MaskedTextProvider.AssignedEditPositionCount Property

Definition

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

public:
 property int AssignedEditPositionCount { int get(); };
public int AssignedEditPositionCount { get; }
member this.AssignedEditPositionCount : int
Public ReadOnly Property AssignedEditPositionCount As Integer

Property Value

An Int32 containing the number of editable character positions in the input mask that have already been assigned a character value in the formatted string.

Remarks

The total number of editable character positions, represented by the EditPositionCount property, should equal the sum of the AssignedEditPositionCount and the AvailableEditPositionCount properties.

Applies to

See also