MaskedTextBoxMaskCompleted Property |
Gets a value indicating whether the mask is completed.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool MaskCompleted { get; }
Public ReadOnly Property MaskCompleted As Boolean
Get
member MaskCompleted : bool with get
Property Value
Type:
Booleantrue if mask completed; otherwise,
false.
See Also