Table of Contents

Method ParseHtmlText

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

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

Performs out lexical analysis of given text.

public int ParseHtmlText(int state, FontStyle style, Color color, Color backColor, ref string s, ref StringItemInfo[] colorData)

Parameters

state int

Specifies start lexical state.

style FontStyle

Specifies default font style.

color Color

Specifies default fore core.

backColor Color

Specifies default background color.

s string

Text to parse.

colorData StringItemInfo[]

Receives color data of the given text.

Returns

int

Final lexical state.