Spread Windows Forms 17
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()
    public virtual void SelectAll()
    See Also