Click or drag to resize

Metodo InputBoxShow (DedNetApplication, String, String, String)

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

Namespace:  DedNet.Controls
Assembly:  DedNet (in DedNet.dll) Versione: 20.3.0.0 (20.3.0.0)
Sintassi
public static InputBoxResult Show(
	DedNetApplication app,
	string prompt,
	string title,
	string defaultText
)

Parametri

app
Tipo: DedNetDedNetApplication
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

Valore di ritorno

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