| VariableMaskedTextProviderMaskCompleted Property  | 
 
            Gets a value indicating whether the mask has all required text to pass its validation.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic virtual bool MaskCompleted { get; }Public Overridable ReadOnly Property MaskCompleted As Boolean
	Get
abstract MaskCompleted : bool with get
override MaskCompleted : bool with get
Property Value
Type: 
Booleantrue if mask is completed; otherwise, 
false.
Implements
IMaskedTextProviderMaskCompleted See Also
See Also