System.ComponentModel.MaskedTextProvider.AssignedEditPositionCount Property

Gets the number of editable character positions that have already been successfully assigned an input value.

Syntax

public int AssignedEditPositionCount { 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