System.ComponentModel.MaskedTextProvider.MaskCompleted Property

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

Syntax

public bool MaskCompleted { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The MaskedTextProvider.MaskCompleted property checks only required input elements. To determine whether all required and optional input elements have been entered, use the System.Windows.Forms.MaskedTextBox.MaskFull property of the System.Windows.Forms.MaskedTextBox class instead.

The current value of the MaskedTextProvider.Mask property determines which formatting elements are considered required and which are optional.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0