SelectionLength Property (Field)
In This Topic
Gets the length of the selection.
Syntax
'Declaration
Public ReadOnly Property SelectionLength As Integer
'Usage
Dim instance As Field
Dim value As Integer
value = instance.SelectionLength
public int SelectionLength {get;}
Property Value
The length of the selection.
The default is 0.
See Also