MaskedTextProvider::IsEditPosition Method (Int32)
.NET Framework (current version)
Determines whether the specified position is editable.
Assembly: System (in System.dll)
Parameters
- position
-
Type:
System::Int32
The zero-based position in the mask to test.
Return Value
Type: System::Booleantrue if the specified position in the formatted string is editable; otherwise false.
The IsEditPosition method returns true only if both of the following conditions are true:
The pos parameter is within the bounds of the formatted string; that is, its value is greater than or equal to zero and less than the Length of the formatted string.
The specified position is an editable character.
.NET Framework
Available since 2.0
Available since 2.0
Show: