Method ParseHtmlText
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v10.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
stateintSpecifies start lexical state.
styleFontStyleSpecifies default font style.
colorColorSpecifies default fore core.
backColorColorSpecifies default background color.
sstringText to parse.
colorDataStringItemInfo[]Receives color data of the given text.
Returns
- int
Final lexical state.
ParseHtmlText(int, FontStyle, Color, Color, ref string, ref StringItemInfo[])
public int ParseHtmlText(int state, FontStyle style, Color color, Color backColor, ref string s, ref StringItemInfo[] colorData)