TextBoxIHandlerMaxLength Property |
Gets or sets the maximum length of the text that can be entered in the control.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax int MaxLength { get; set; }
Property MaxLength As Integer
Get
Set
abstract 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