control lbSetPictureColorDisabled [index, color]

Operand types

control: Control
[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.

index: Number
color: Array

Used In

Arma3

Example

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