FastColoredTextBox.AcceptsTab Property

T3000 CrossPlatform

FastColoredTextBoxAcceptsTab Property

[This is preliminary documentation and is subject to change.]

Indicates if tab characters are accepted as input

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool AcceptsTab { get; set; }
Public Property AcceptsTab As Boolean
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.AcceptsTab

instance.AcceptsTab = value

Property Value

Type: Boolean
See Also