MaskedTextProvider.MaskCompleted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether all required inputs have been entered into the formatted string.
public:
property bool MaskCompleted { bool get(); };
public bool MaskCompleted { get; }
member this.MaskCompleted : bool
Public ReadOnly Property MaskCompleted As Boolean
Property Value
true
if all required input has been entered into the mask; otherwise, false
.
Remarks
The MaskCompleted property checks only required input elements. To determine whether all required and optional input elements have been entered, use the MaskedTextBox.MaskFull property of the MaskedTextBox class instead.
The current value of the Mask property determines which formatting elements are considered required and which are optional.