MaskedTextProvider.EditPositionCount 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 positions in the formatted string.
public:
property int EditPositionCount { int get(); };
public int EditPositionCount { get; }
member this.EditPositionCount : int
Public ReadOnly Property EditPositionCount As Integer
Property Value
An Int32 containing the number of editable positions in the formatted string.
Remarks
The total number of editable character positions, represented by the EditPositionCount property, must equal the sum of the AssignedEditPositionCount and the AvailableEditPositionCount properties. This value includes both the required and the optional editable characters.