Click or drag to resize

FixedMaskedTextProviderIHandlerIsPassword Property

Gets or sets a value indicating whether the mask should be password protected.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool IsPassword { get; set; }

Property Value

Type: Boolean
true if this instance is password; otherwise, false.
See Also