ctrlSetActiveColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \{\{GameCategory\|[a-z]+[0-9]?\|Scripting Commands\}\}" to "")
m (Text replacement - "\|s1= +" to "|s1= ")
Line 20: Line 20:
|descr= Sets text color of given control when control is selected.
|descr= Sets text color of given control when control is selected.


|s1= control '''ctrlSetActiveColor''' color
|s1= control '''ctrlSetActiveColor''' color


|p1= control: [[Control]]
|p1= control: [[Control]]

Revision as of 16:41, 19 June 2021

Hover & click on the images for description

Description

Description:
Sets text color of given control when control is selected.
Groups:
GUI Control

Syntax

Syntax:
control ctrlSetActiveColor color
Parameters:
control: Control
color: Array (format Color (RGBA))
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetActiveColor [1, 0, 0, 1]

Additional Information

See also:
allControlsallDisplayscontrolsGroupCtrlctrlDeletectrlModelctrlSetModelctrlPositionctrlSetPositionctrlClassNamectrlModelScalectrlSetModelScalectrlModelDirAndUpctrlSetModelDirAndUpdisplayParent

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