lbSetColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "More information on the LB command family can be found here" to "More information on the CT_LISTBOX command family can be found here.")
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
Line 39: Line 39:
|x2= <code>_control [[lbSetColor]] [0, [0, 1, 0, 0.5]];</code>
|x2= <code>_control [[lbSetColor]] [0, [0, 1, 0, 0.5]];</code>


| [[lbAdd]], [[lbClear]], [[lbColor]], [[lbColorRight]], [[lbCurSel]], [[lbData]], [[lbDelete]], [[lbIsSelected]], [[lbPicture]], [[lbPictureRight]], [[lbSelection]], [[lbSetCurSel]], [[lbSetData]], [[lbSetPicture]], [[lbSetPictureRight]], [[lbSetSelected]], [[lbSetText]], [[lbSetTextRight]], [[lbSetTooltip]], [[lbSetValue]], [[lbSize]], [[lbSort]], [[lbSortByValue]], [[lbText]], [[lbValue]]
|seealso= [[lbAdd]], [[lbClear]], [[lbColor]], [[lbColorRight]], [[lbCurSel]], [[lbData]], [[lbDelete]], [[lbIsSelected]], [[lbPicture]], [[lbPictureRight]], [[lbSelection]], [[lbSetCurSel]], [[lbSetData]], [[lbSetPicture]], [[lbSetPictureRight]], [[lbSetSelected]], [[lbSetText]], [[lbSetTextRight]], [[lbSetTooltip]], [[lbSetValue]], [[lbSize]], [[lbSort]], [[lbSortByValue]], [[lbText]], [[lbValue]]
}}
}}



Revision as of 00:47, 17 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
GUI Control - ListBox

Syntax

Syntax:
Syntax needed
Parameters:
idc: Number of control
index: Number
color: Color (RGBA)
Return Value:
Return value needed

Alternative Syntax

Syntax:
control lbSetColor [index, color]
Parameters:
control: Control
index: Number
color: Color (RGBA)
Return Value:
Nothing

Examples

Example 1:
lbSetColor [101, 0, [0, 1, 0, 0.5]];
Example 2:
_control lbSetColor [0, [0, 1, 0, 0.5]];

Additional Information

See also:
lbAddlbClearlbColorlbColorRightlbCurSellbDatalbDeletelbIsSelectedlbPicturelbPictureRightlbSelectionlbSetCurSellbSetDatalbSetPicturelbSetPictureRightlbSetSelectedlbSetTextlbSetTextRightlbSetTooltiplbSetValuelbSizelbSortlbSortByValuelbTextlbValue

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Posted: Sep 10 2014
ffur2007slx2_5
More information on the CT_LISTBOX command family can be found here.