Click or drag to resize
CSYSiDisplayQuestionWithCancel Method
Display a YES/NO/CANCEL type question. This method waits for the user to hit YES or NO or CANCEL.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int iDisplayQuestionWithCancel(
	string str1,
	string str2
)

Parameters

str1
Type: SystemString
Title of the window
str2
Type: SystemString
Message String

Return Value

Type: Int32
0 - user selected No 1 - user selected YES 2 - user selected CANCEL
See Also