MaskedTextProvider.AvailableEditPositionCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.