MaskedTextProvider::EditPositions Property

 

Gets a newly created enumerator for the editable positions in the formatted string.

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

public:
property IEnumerator^ EditPositions {
	IEnumerator^ get();
}

Property Value

Type: System.Collections::IEnumerator^

An IEnumerator that supports enumeration over the editable positions in the formatted string.

On every access of the EditPositions property, a temporary collection of editable positions is created that the retrieved IEnumerator operates on.

This collection is read-only.

.NET Framework
Available since 2.0
Return to top
Show: