MaskedTextProvider::AssignedEditPositionCount Property

 

Gets the number of editable character positions that have already been successfully assigned an input value.

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

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

Property Value

Type: System::Int32

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.

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: