PasswordBoxMaxLength Property |
Gets or sets the maximum length of password the user can enter
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual int MaxLength { get; set; }
Public Overridable Property MaxLength As Integer
Get
Set
abstract MaxLength : int with get, set
override MaxLength : int with get, set
Property Value
Type:
Int32The maximum length
See Also