CleanCode C# Libraries v0.9.23 API

SyntaxHilightTextBox.ShiftLeft Method 

Shifts the selection to the left by removing whitespace from the beginning of each line in the current selection.

public void ShiftLeft();

Remarks

This method will remove either a tab or the equivalent number of spaces (as specified by the TabSize property). Note that the setting of the ExpandTab property is not used--whatever is found (spaces or tabs) will be excised.

See Also

SyntaxHilightTextBox Class | CleanCodeControls.Forms Namespace