SyntaxHighlighter Constructor

T3000 CrossPlatform

SyntaxHighlighter Constructor

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

Constructor SyntaxHighlighter

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public SyntaxHighlighter(
	FastColoredTextBox currentTb
)
Public Sub New ( 
	currentTb As FastColoredTextBox
)

Dim currentTb As FastColoredTextBox

Dim instance As New SyntaxHighlighter(currentTb)

Parameters

currentTb
Type: FastColoredTextBoxNSFastColoredTextBox
TextBox
See Also