ctrlSetTooltip

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


control ctrlSetTooltip text


Operand types:

control: Control

text: String

Type of returned value:

Nothing

Compatibility:

Version 2.92 required.

Description:

Sets tooltip text of given control.

Example:

_control ctrlSetTooltip "tooltip"