MaskedTextBox::MaskCompleted Property
.NET Framework (current version)
Gets a value indicating whether all required inputs have been entered into the input mask.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if all required input has been entered into the mask; otherwise, false.
MaskCompleted checks only required input elements. To determine whether all required and optional input elements have been filled in, use the MaskFull property instead.
.NET Framework
Available since 2.0
Available since 2.0
Show: