ChameleonRichTextBox ShiftLeft Method CleanCode C# Libraries v1.2.03 API
Shifts the selection to the left by removing whitespace from the beginning of each line in the current selection.

Namespace: CleanCode.ChameleonRichTextBoxControls
Assembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

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