System.Windows.Forms.MaskedTextBox.MaskFull Property

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

Syntax

[System.ComponentModel.Browsable(false)]
public bool MaskFull { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0