SyntaxHighlighter.JScriptSyntaxHighlight Method

T3000 CrossPlatform

SyntaxHighlighterJScriptSyntaxHighlight Method

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

Highlights JavaScript code

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

Dim instance As SyntaxHighlighter
Dim range As Range

instance.JScriptSyntaxHighlight(range)

Parameters

range
Type: FastColoredTextBoxNSRange

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

See Also