Click or drag to resize

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

Property Value

Type: Int32
The maximum length
See Also