Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / SelectAll Method


In This Topic
SelectAll Method (SuperEditBase)
In This Topic
Selects the entire contents of the control.
Syntax
'Declaration
 
Public Overridable Sub SelectAll() 
 
'Usage
 
Dim instance As SuperEditBase
 
instance.SelectAll()
See Also