FixedMaskedTextProviderMaskFull Property |
Gets a value indicating that all available edit positions in the mask have been filled out.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual bool MaskFull { get; }
Public Overridable ReadOnly Property MaskFull As Boolean
Get
abstract MaskFull : bool with get
override MaskFull : bool with get
Property Value
Type:
Booleantrue if mask the mask is full; otherwise,
false.
See Also