Click or drag to resize

CSYSiDisplayQuestion Method

Display a YES/NO type question. This method waits for the user to hit YES or NO.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iDisplayQuestion(
	string title,
	string message
)

public static int iDisplayQuestion(
	string title,
	string message
)

Parameters

title
Type: SystemString
Title of the window
message
Type: SystemString
Message String

Return Value

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