MaskedTextProvider::MaskFull Property
.NET Framework (current version)
Gets a value indicating whether all required and optional inputs have been entered into the formatted string.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if all required and optional inputs have been entered; otherwise, false.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: