TextBoxMaxLength Property |
Gets or sets the maximum length of the text that can be entered in the control, 0 for no limit.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int MaxLength { get; set; }
Public Property MaxLength As Integer
Get
Set
member MaxLength : int with get, set
Property Value
Type:
Int32The maximum length of the text in the control.
Remarks
This typically does not affect the value set using
Text, only the limit of what the user can
enter into the control.
See Also