ChameleonRichTextBox ShiftRight Method CleanCode C# Libraries v1.2.03 API
Shifts the selection to the right by adding whitespace to 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 ShiftRight()
Remarks

This method adds whitespace to the start of each line. If the ExpandTab is false, a tab is used; otherwise, spaces are used. The number of spaces is determined by the TabSize property.
See Also