Method GetTabString
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
GetTabString(ref string, ref StringItemInfo[], bool, ITextUndoList)
When implemented by a class, converts all tab character to spaces depending on TabStops
property.
void GetTabString(ref string str, ref StringItemInfo[] data, bool needData, ITextUndoList operations)
Parameters
str
stringText to convert.
data
StringItemInfo[]Color data of specified string.
needData
boolIndicates whether method should return color data.
operations
ITextUndoListList containing insertion or deletion of text fragments(spaces or tabs).