System.ComponentModel.MaskedTextProvider.EditPositionCount Property

Gets the number of editable positions in the formatted string.

Syntax

public int EditPositionCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The total number of editable character positions, represented by the MaskedTextProvider.EditPositionCount property, must equal the sum of the MaskedTextProvider.AssignedEditPositionCount and the MaskedTextProvider.AvailableEditPositionCount properties. This value includes both the required and the optional editable characters.

Requirements

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