ctrlSetTooltipColorShade

From Bohemia Interactive Community
Revision as of 02:18, 6 July 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


control ctrlSetTooltipColorShade color


Operand types:

control: Control

color: Array

Type of returned value:

Nothing

Compatibility:

Version 2.92 required.

Description:

Sets tooltip background color of given control. Color is in format Color.

Example:

_control ctrlSetTooltipColorShade [1, 0, 0, 1]