संपादन करना

के माध्यम से साझा करें


MaskedTextProvider.AvailableEditPositionCount Property

Definition

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

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

Property Value

An Int32 containing the number of editable character positions that not yet been assigned a character value.

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