CleanCode C# Libraries v0.9.23 API

SyntaxHilightTextBox.ExpandTab Property

Gets or sets a value indicating whether tabs should be expanded to spaces.

public Boolean ExpandTab {get; set;}

Property 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

SyntaxHilightTextBox Class | CleanCodeControls.Forms Namespace