lbColor

From Bohemia Interactive Community
Revision as of 15:18, 4 May 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


lbColor [idc, index]


Operand types:

[idc, index]: Array

Type of returned value:

Array

Compatibility:

Added in version 1.50

Description:

Return text colour of item with given index of listbox or combobox with id idc of topmost user dialog.

Colour is in format Color.


Example:

_colour = lbColor [101, 0]