T3000 CrossPlatform Documentation
SyntaxHighlighterHTMLSyntaxHighlight Method |
[This is preliminary documentation and is subject to change.]
Highlights HTML code
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual void HTMLSyntaxHighlight( Range range )
Public Overridable Sub HTMLSyntaxHighlight ( range As Range ) Dim instance As SyntaxHighlighter Dim range As Range instance.HTMLSyntaxHighlight(range)
Parameters
- range
- Type: FastColoredTextBoxNSRange
[Missing <param name="range"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.HTMLSyntaxHighlight(FastColoredTextBoxNS.Range)"]
See Also