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