System.ComponentModel.MaskedTextProvider.AvailableEditPositionCount Property

Gets the number of editable character positions in the input mask that have not yet been assigned an input value.

Syntax

public int AvailableEditPositionCount { 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, should equal the sum of the MaskedTextProvider.AssignedEditPositionCount and the MaskedTextProvider.AvailableEditPositionCount properties.

Requirements

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