MaskedTextProvider.MaskFull Property

Definition

Gets a value indicating whether all required and optional inputs have been entered into the formatted string.

public:
 property bool MaskFull { bool get(); };
public bool MaskFull { get; }
member this.MaskFull : bool
Public ReadOnly Property MaskFull As Boolean

Property Value

true if all required and optional inputs have been entered; otherwise, false.

Remarks

To verify if only required input elements have been entered, use the MaskCompleted property instead. The current value of the Mask property determines which formatting elements are considered required and which are optional.

Applies to

See also