SelectionStart Property (MaskField)
In This Topic
Gets the selection start position.
Syntax
'Declaration
Public ReadOnly Property SelectionStart As Integer
'Usage
Dim instance As MaskField
Dim value As Integer
value = instance.SelectionStart
public int SelectionStart {get;}
Property Value
The
System.Int32 value indicates the selection start position.
The default is 0.
See Also