Gets or sets a value indicating whether tabs should be expanded to spaces.
Namespace: CleanCode.ChameleonRichTextBoxControlsAssembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
public bool ExpandTab { get; set; }
public bool ExpandTab { get; set; }
Public Property ExpandTab As Boolean
Get
Set
Public Property ExpandTab As Boolean
Get
Set
public:
property bool ExpandTab {
bool get ();
void set (bool value);
}
public:
property bool ExpandTab {
bool get ();
void set (bool value);
}
Field Value
true if tabs are expanded to spaces;
otherwise,
false.
This property controls whether spaces (true) or tabs (false)
are inserted when right-shifting a block of text.
Default is
false.