SyntaxHighlighter.SQLSyntaxHighlight Method

T3000 CrossPlatform

SyntaxHighlighterSQLSyntaxHighlight Method

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

Highlights SQL code

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual void SQLSyntaxHighlight(
	Range range
)
Public Overridable Sub SQLSyntaxHighlight ( 
	range As Range
)

Dim instance As SyntaxHighlighter
Dim range As Range

instance.SQLSyntaxHighlight(range)

Parameters

range
Type: FastColoredTextBoxNSRange

[Missing <param name="range"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.SQLSyntaxHighlight(FastColoredTextBoxNS.Range)"]

See Also