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