| InputDialogMaxLength Property |
Gets or sets the maximum number of characters that can be entered into the input field of the dialog.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int MaxLength { get; set; }
Public Property MaxLength As Integer
Get
Set
public:
property int MaxLength {
int get ();
void set (int value);
}
member MaxLength : int with get, set
Property Value
Type:
Int32
The number of characters that can be entered into the input field. The default value is 32767.
See Also