'Declaration Public Overridable Sub SelectAll()
'Usage Dim instance As SuperEditBase instance.SelectAll()
public virtual void SelectAll()
'Declaration Public Overridable Sub SelectAll()
'Usage Dim instance As SuperEditBase instance.SelectAll()
public virtual void SelectAll()
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.
control.SelectAll();
control.SelectAll()