ctrlSetTooltipColorShade: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
<h2 style="color:#000066">''''' | <h2 style="color:#000066">'''''display'' ctrlSetTooltipColorShade ''color'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
''' | '''display''': [[Control]] | ||
'''color''': [[Array]] | '''color''': [[Array]] | ||
Line 22: | Line 22: | ||
'''Description:''' | '''Description:''' | ||
Sets tooltip background color of given control. Color is in format Color. | Sets tooltip background color of given control. | ||
Color is in format [[Color]]. | |||
'''Example''': | '''Example''': | ||
_control '''ctrlSetTooltipColorShade''' [1, 0, 0, 1] | _control '''ctrlSetTooltipColorShade''' [1, 0, 0, 1] |