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