Click or drag to resize

PasswordBox Class

An entry box for the user to enter a password without displaying the contents of the password while typed.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class PasswordBox : TextControl

The PasswordBox type exposes the following members.

Constructors
  NameDescription
Public methodPasswordBox
Initializes a new instance of the PasswordBox class
Top
Properties
  NameDescription
Public propertyMaxLength
Gets or sets the maximum length of password the user can enter
Public propertyPasswordChar
Gets or sets the password display character hint
Public propertyReadOnly
Gets or sets a value indicating whether the value is read only
Top
See Also