MaskedTextProvider::EditPositions Property
.NET Framework (current version)
Gets a newly created enumerator for the editable positions in the formatted string.
Assembly: System (in System.dll)
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
Available since 2.0
Show: