Display input box
Namespace:
Equis.JanusToolkitAssembly: Janus (in Janus.dll)
Syntax
C# |
---|
public static DialogResult Show( string title, string promptText, ref string value, InputBoxValidation validation ) |
Parameters
- title
- Type: System..::..String
Input box title
- promptText
- Type: System..::..String
Prompt text
- value
- Type: System..::..String%
Initial value
- validation
- Type: Equis.JanusToolkit..::..InputBoxValidation
Input box validation delegate