Class InputBoxData
Contains input box dialog data.
public class InputBoxData
- Inheritance
-
InputBoxData
- Inherited Members
- Extension Methods
Properties
Info
Gets the dialog information.
public DialogInfo Info { get; }
Property Value
IsNumeric
Gets or sets a value indicating whether the input value should be numeric.
public bool IsNumeric { get; set; }
Property Value
Message
Gets or sets the message displayed by the dialog.
public string Message { get; set; }
Property Value
Result
Gets a value indicating whether the dialog result is OK.
public bool Result { get; }
Property Value
Value
Gets or sets the input value.
public string Value { get; set; }