SyntaxHighlighter Members
| FastColoredTextBox |
| SyntaxHighlighter Members |
| SyntaxHighlighter Class Constructors Methods Fields Properties See Also Send Feedback |
The SyntaxHighlighter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SyntaxHighlighter | Initializes a new instance of the SyntaxHighlighter class |
Methods
| Name | Description | |
|---|---|---|
| AutoIndentNeeded | ||
| CSharpSyntaxHighlight |
Highlights C# code
| |
| Dispose | Releases all resources used by the SyntaxHighlighter | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HighlightSyntax(String, Range) |
Highlights syntax for given XML description file
| |
| HighlightSyntax(Language, Range) |
Highlights syntax for given language
| |
| HighlightSyntax(SyntaxDescriptor, Range) | ||
| HTMLSyntaxHighlight |
Highlights HTML code
| |
| InitStyleSchema | ||
| JScriptSyntaxHighlight |
Highlights JavaScript code
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ParseXmlDescription | ||
| PHPSyntaxHighlight |
Highlights PHP code
| |
| SQLSyntaxHighlight |
Highlights SQL code
| |
| ToString | (Inherited from Object.) | |
| VBSyntaxHighlight |
Highlights VB code
|
Fields
| Name | Description | |
|---|---|---|
| BlueBoldStyle | ||
| BlueStyle | ||
| BoldStyle | ||
| BrownStyle | ||
| GrayStyle | ||
| GreenStyle | ||
| MagentaStyle | ||
| MaroonStyle | ||
| RedStyle |
Properties
| Name | Description | |
|---|---|---|
| AttributeStyle |
C# attribute style
| |
| AttributeValueStyle |
HTML attribute value style
| |
| ClassNameStyle |
Class name style
| |
| CommentStyle |
Comment style
| |
| CommentTagStyle |
Style of tags in comments of C#
| |
| FunctionsStyle |
SQL Functions style
| |
| HtmlEntityStyle |
HTML Entity style
| |
| KeywordStyle |
Keyword style
| |
| KeywordStyle2 |
Specific PHP keyword style
| |
| KeywordStyle3 |
Specific PHP keyword style
| |
| NumberStyle |
Number style
| |
| RegexCompiledOption | ||
| StatementsStyle |
SQL Statements style
| |
| StringStyle |
String style
| |
| TagBracketStyle |
HTML tag brackets style
| |
| TagNameStyle |
HTML tag name style
| |
| TypesStyle |
SQL Types style
| |
| VariableStyle |
Variable style
|