ChameleonRichTextBox ExpandTab Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether tabs should be expanded to spaces.

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

public bool ExpandTab { get; set; }

Field Value

true if tabs are expanded to spaces; otherwise, false.
Remarks

This property controls whether spaces (true) or tabs (false) are inserted when right-shifting a block of text. Default is false.
See Also