MaskedTextProvider::EditPositionCount Property

 

Gets the number of editable positions in the formatted string.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property int EditPositionCount {
	int get();
}

Property Value

Type: System::Int32

An Int32 containing the number of editable positions in the formatted string.

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.

.NET Framework
Available since 2.0
Return to top
Show: