Display input box

Namespace:  Equis.JanusToolkit
Assembly:  Janus (in Janus.dll)

Syntax

C#
public static DialogResult Show(
	string title,
	string promptText,
	ref string value
)

Parameters

title
Type: System..::..String
Input box title
promptText
Type: System..::..String
Prompt text
value
Type: System..::..String%
Initial value

See Also