Table of Contents

Class HtmlLexer

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v9.dll

Represents class used to highlight hint content with bold style.

public class HtmlLexer : Lexer, IComponent, IDisposable, ILexer, INotify, IUpdate
Inheritance
HtmlLexer
Implements

Constructors

HtmlLexer()

Initializes a new instance of the HtmlLexer class with default settings.

Methods

Dispose(bool)

Destroys the instance of the CodeCompletionWindow class.

GetStyle(Color, Color, FontStyle)
ParseHtmlText(int, FontStyle, Color, Color, ref string, ref StringItemInfo[])

Performs out lexical analysis of given text.

ReadFormattedText(object, ReadFormattedTextEventArgs)