 | CSYSIiPrompt Method (String, String) |
Asks the User to enter a string.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int IiPrompt(
string title,
ref string result
)
public static int IiPrompt(
string title,
ref string result
)
Public Shared Function IiPrompt (
title As String,
ByRef result As String
) As Integer
Public Shared Function IiPrompt (
title As String,
ByRef result As String
) As Integer
public:
static int IiPrompt(
String^ title,
String^% result
)
public:
static int IiPrompt(
String^ title,
String^% result
)
static member IiPrompt :
title : string *
result : string byref -> int
static member IiPrompt :
title : string *
result : string byref -> int
Parameters
- title
- Type: SystemString
Title of the window - result
- Type: SystemString
Buffer to place the user's string
Return Value
Type:
Int32
0 - User hit OK
1 - user hit CANCEL
Remarks
The User string is displayed as the default value in the prompt.
Empty the user string if no default is needed.
See Also