Click or drag to resize

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

Property Value

Type: Int32
The maximum length of the text in the control.

Implements

TextBoxIHandlerMaxLength
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