Metodo QsUIShowInputBox(String, String, String, Int32)
|
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: 25.3.0.0 (25.3.0.0)
Sintassi public static InputBoxResult ShowInputBox(
string prompt,
string title,
string defaultResponse,
int pwd
)
Public Shared Function ShowInputBox (
prompt As String,
title As String,
defaultResponse As String,
pwd As Integer
) As InputBoxResult
public:
static InputBoxResult^ ShowInputBox(
String^ prompt,
String^ title,
String^ defaultResponse,
int pwd
)
static member ShowInputBox :
prompt : string *
title : string *
defaultResponse : string *
pwd : int -> 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
- defaultResponse String
- String expression displayed in the text box as the default response
- pwd Int32
- Numeric expression that specifies whether the text in the TextBox is shown as a password or not
Valore di ritorno
InputBoxResultVedi anche