Click or drag to resize

PasswordBoxIHandler Interface

Handler interface for the PasswordBox control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : TextControlIHandler, 
	CommonControlIHandler, ControlIHandler, WidgetIHandler

The PasswordBoxIHandler type exposes the following members.

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