Table of Contents

Method GetStringAndColorData

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

GetStringAndColorData(int, ref string, ref StringItemInfo[])

When implemented by a class, returns text and color information related to the specified line.

int GetStringAndColorData(int index, ref string text, ref StringItemInfo[] data)

Parameters

index int

The index of line in strings array.

text string

Returns text of the given line.

data StringItemInfo[]

Returns color information of specified line.

Returns

int

Corresponding index within ISyntaxStringscollection.