MaskedTextProvider.AssignedEditPositionCount 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 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.