Click or drag to resize

Metodo QsUIShowInputBoxAsMultiLine (String, String, String, InputBoxValidatingHandler, Int32, Int32, Int32)

Displays a prompt in a dialog box, waits for the user to input text or click a button.

Namespace:  QsUI
Assembly:  QsUI (in QsUI.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public static InputBoxResult ShowInputBoxAsMultiLine(
	string prompt,
	string title,
	string defaultText,
	InputBoxValidatingHandler validator,
	int width,
	int height,
	int maxLenght = 0
)

Parametri

prompt
Tipo: SystemString
String expression displayed as the message in the dialog box
title
Tipo: SystemString
String expression displayed in the title bar of the dialog box
defaultText
Tipo: SystemString
String expression displayed in the text box as the default response
validator
Tipo: QsUIInputBoxValidatingHandler
Delegate used to validate the text
width
Tipo: SystemInt32
Larghezza della finestra (-1) default
height
Tipo: SystemInt32
Altezza della finestra (-1) default
maxLenght (Optional)
Tipo: SystemInt32
Limit number of characters.

Valore di ritorno

Tipo: InputBoxResult
An InputBoxResult object with the Text and the OK property set to true when OK was clicked.
Vedi anche