'Declaration
Public Overridable Property SelectedText As String
'Usage
Dim instance As EditBase Dim value As String instance.SelectedText = value value = instance.SelectedText
public virtual string SelectedText {get; set;}
Property Value
A string that represents the currently selected text in the control.The default is string.Empty