Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / SelectedText Property


In This Topic
SelectedText Property (SuperEditBase)
In This Topic
Gets or sets the currently selected text in the edit control.
Syntax
'Declaration
 
Public Overridable Property SelectedText As String
 
'Usage
 
Dim instance As SuperEditBase
Dim value As String
 
instance.SelectedText = value
 
value = instance.SelectedText
See Also