IListItem
Scriptable object
Description
List Item object
Properties
Methods
| Method | Description |
|---|---|
| GetBackColor | Gets item back color by position; nItem = -1 for line color |
| GetTextColor | Gets item text color by position; nItem = -1 for line color |
| Item | Gets item by position |
| Set | Set Items |
| SetBackColor | Sets item back color by position; nItem = -1 for line color; clr = 0xFF000000 to reset |
| SetTextColor | Sets item text color by position; nItem = -1 for line color; clr = 0xFF000000 to reset |
See Also
IListItems::Item, IListPane::Add, IListPane::AddItem, IListPane::CreateItem, IListPane::InsertItem, IListPane::RemoveItem, IListPaneEvents::onCheck, IListPaneEvents::onDoubleClick, IListPaneEvents::onInitContextMenu, IScriptListPane::Add, IScriptListPane::AddItem, IScriptListPane::CreateItem, IScriptListPane::InsertItem, IScriptListPane::RemoveItem
#API