Spread Windows Forms 12.0 Product Documentation
SelectAll Method (SuperEditBase)
Example 


FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class : SelectAll Method
Selects the entire contents of the control.
Syntax
'Declaration
 
Public Overridable Sub SelectAll() 
'Usage
 
Dim instance As SuperEditBase
 
instance.SelectAll()
public virtual void SelectAll()
Remarks

To remove the contents of the entire control, use the ClearAll method.

To select a portion of the contents of the control, use the SelectionStart and SelectionLength properties.

Example
control.SelectAll();
control.SelectAll()
See Also

Reference

SuperEditBase Class
SuperEditBase Members
ClearAll Method
SelectionLength Property
SelectionStart Property