Metodo QsUIShowInputBox(String, String, String)
|
Displays a prompt in a dialog box, waits for the user to input text or click a button.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassipublic static InputBoxResult ShowInputBox(
string prompt,
string title,
string defaultText
)
Public Shared Function ShowInputBox (
prompt As String,
title As String,
defaultText As String
) As InputBoxResult
public:
static InputBoxResult^ ShowInputBox(
String^ prompt,
String^ title,
String^ defaultText
)
static member ShowInputBox :
prompt : string *
title : string *
defaultText : string -> InputBoxResult
Parametri
- prompt String
- String expression displayed as the message in the dialog box
- title String
- String expression displayed in the title bar of the dialog box
- defaultText String
-
Valore di ritorno
InputBoxResultAn InputBoxResult object with the Text and the OK property set to true when OK was clicked.
Vedi anche