ctrlSetTooltipColorBox: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " " to " ")
m (Text replacement - " \| *s([0-9]) *= ([^ ]+)? ?'''([a-zA-Z0-9_]+)''' ?([^ ]+)? " to " |s$1= $2 $3 $4 ")
Line 20: Line 20:
|descr= Sets tooltip border color of given control.
|descr= Sets tooltip border color of given control.


|s1= control '''ctrlSetTooltipColorBox''' color
|s1= control [[ctrlSetTooltipColorBox]]  color


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

Revision as of 17:43, 12 June 2021

Hover & click on the images for description

Description

Description:
Sets tooltip border color of given control.
Groups:
GUI Control

Syntax

Syntax:
control ctrlSetTooltipColorBox color
Parameters:
control: Control
color: Array - Color in format in format Color (RGBA)
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetTooltipColorBox [1, 0, 0, 1];

Additional Information

See also:
ctrlSetTooltipctrlSetTooltipColorShadectrlSetTooltipColorText

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