MaskedTextProvider::AvailableEditPositionCount Property

 

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

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

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

Property Value

Type: System::Int32

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

The total number of editable character positions, represented by the EditPositionCount property, should equal the sum of the AssignedEditPositionCount and the AvailableEditPositionCount properties.

.NET Framework
Available since 2.0
Return to top
Show: