SelectionLength Property (EditBase)
Gets or sets the number of characters selected in the control.
public virtual int SelectionLength {get; set;}
'Declaration
Public Overridable Property SelectionLength As Integer
'Usage
Dim instance As EditBase
Dim value As Integer
instance.SelectionLength = value
value = instance.SelectionLength
Property Value
The number of characters selected in the control.
The default is zero.