CleanCode C# Libraries v0.9.23 API

SyntaxHilightTextBox.ShiftRight Method 

Shifts the selection to the right by adding whitespace to the beginning of each line in the current selection.

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

SyntaxHilightTextBox Class | CleanCodeControls.Forms Namespace