AcceptsTab Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Indicates if tab characters are accepted as input

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public bool AcceptsTab { get; set; }
Visual Basic
Public Property AcceptsTab As Boolean
	Get
	Set
Visual C++
public:
property bool AcceptsTab {
	bool get ();
	void set (bool value);
}

See Also