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
intSpecifies start lexical state.
style
FontStyleSpecifies default font style.
color
ColorSpecifies default fore core.
backColor
ColorSpecifies default background color.
s
stringText to parse.
colorData
StringItemInfo[]Receives color data of the given text.
Returns
- int
Final lexical state.