Click or drag to resize

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; }

Property Value

Type: Int32
The number of characters that can be entered into the input field. The default value is 32767.
See Also