SyntaxHighlighter Members

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

The SyntaxHighlighter type exposes the following members.

Constructors

  NameDescription
Public methodSyntaxHighlighter
Initializes a new instance of the SyntaxHighlighter class

Methods

  NameDescription
Public methodAutoIndentNeeded
Public methodCSharpSyntaxHighlight
Highlights C# code
Public methodDispose
Releases all resources used by the SyntaxHighlighter
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHighlightSyntax(String, Range)
Highlights syntax for given XML description file
Public methodHighlightSyntax(Language, Range)
Highlights syntax for given language
Public methodHighlightSyntax(SyntaxDescriptor, Range)
Public methodHTMLSyntaxHighlight
Highlights HTML code
Public methodInitStyleSchema
Public methodJScriptSyntaxHighlight
Highlights JavaScript code
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParseXmlDescription
Public methodPHPSyntaxHighlight
Highlights PHP code
Public methodSQLSyntaxHighlight
Highlights SQL code
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodVBSyntaxHighlight
Highlights VB code

Fields

Properties

  NameDescription
Public propertyAttributeStyle
C# attribute style
Public propertyAttributeValueStyle
HTML attribute value style
Public propertyClassNameStyle
Class name style
Public propertyCommentStyle
Comment style
Public propertyCommentTagStyle
Style of tags in comments of C#
Public propertyFunctionsStyle
SQL Functions style
Public propertyHtmlEntityStyle
HTML Entity style
Public propertyKeywordStyle
Keyword style
Public propertyKeywordStyle2
Specific PHP keyword style
Public propertyKeywordStyle3
Specific PHP keyword style
Public propertyNumberStyle
Number style
Public propertyStatic memberRegexCompiledOption
Public propertyStatementsStyle
SQL Statements style
Public propertyStringStyle
String style
Public propertyTagBracketStyle
HTML tag brackets style
Public propertyTagNameStyle
HTML tag name style
Public propertyTypesStyle
SQL Types style
Public propertyVariableStyle
Variable style

See Also