MaskCompleted Property (InputMaskedTextBox)
In This Topic
Gets a value indicating whether all required inputs have been entered into the input mask.
Syntax
'Declaration
Public ReadOnly Property MaskCompleted As Boolean
public bool MaskCompleted {get;}
See Also