ctrlSetTooltipColorBox: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 3: Line 3:




<h2 style="color:#000066">'''''control'' ctrlSetTooltipColorBox ''color'''''</h2>
<h2 style="color:#000066">'''''display'' ctrlSetTooltipColorBox ''color'''''</h2>




'''Operand types:'''
'''Operand types:'''


'''control''': [[Control]]
'''display''': [[Control]]
      
      
'''color''': [[Array]]
'''color''': [[Array]]
Line 22: Line 22:
'''Description:'''
'''Description:'''


Sets tooltip border color of given control. Color is in format Color.
Sets tooltip border color of given control.
 
Color is in format [[Color]].
 


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

Revision as of 14:09, 6 July 2006


display ctrlSetTooltipColorBox color


Operand types:

display: Control

color: Array

Type of returned value:

Nothing

Compatibility:

Version 2.92 required.

Description:

Sets tooltip border color of given control.

Color is in format Color.


Example:

_control ctrlSetTooltipColorBox [1, 0, 0, 1]