Method GetStringAndColorData
GetStringAndColorData(int, ref string, ref StringItemInfo[])
Returns text and color information related to the specified line.
public virtual int GetStringAndColorData(int index, ref string text, ref StringItemInfo[] data)
Parameters
index
intThe index of line in strings array.
text
stringReturns text of the given line.
data
StringItemInfo[]Returns color information of specified line.
Returns
- int
Corresponding index within
ISyntaxStrings
collection.
GetStringAndColorData(int, ref string, ref StringItemInfo[], bool)
protected int GetStringAndColorData(int index, ref string text, ref StringItemInfo[] data, bool needData)
Parameters
index
inttext
stringdata
StringItemInfo[]needData
bool