ctrlSetTooltip: 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'' ctrlSetTooltip ''text'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
''' | '''display''': [[Control]] | ||
'''text''': [[String]] | '''text''': [[String]] | ||
Line 23: | Line 23: | ||
Sets tooltip text of given control. | Sets tooltip text of given control. | ||
'''Example''': | '''Example''': | ||
_control '''ctrlSetTooltip''' "tooltip" | _control '''ctrlSetTooltip''' "tooltip" |