lbSetPictureColorDisabled [idc, index, color]

Operand types

[idc, index, color]: Array

Type of returned value

Description

Sets the disabled color of item's picture (left) with the given index of the listbox with id idc of the topmost user dialog to the given color.

Color is in format Color.
Color which consists from only zeros means disable this override.

idc:
Number of control
index: Number
color: Array

Used In

Arma3

Example

lbSetPictureColorDisabled [101, 0, [1, 1, 1, 0.25]];
Search OFPEC COMREF