Gets a value indicating whether all required and optional inputs have been entered into the input mask.
Documentation for this section has not yet been entered.
You can use the MaskedTextBox.MaskFull property within the MaskedTextBox.MaskInputRejected event handler to determine if the user's input was rejected because there are no remaining inputs in the mask. To determine whether only required input elements have been entered, use the MaskedTextBox.MaskCompleted property.