SelectionLength Property (Field)
In This Topic
Gets a value indicating the number of characters in the current 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
A
System.Int32 value means current selection length.
See Also