Add tooltips to GUI controls.
Dependencies
Win
Parameters
HCtrl | Handle of the control. |
Text | Tooltip text. |
Configuration
TimeIn | Time to pass before tooltip is shown, by default 800ms. |
TimeOut | Time to pass to close the tooltip, by default 0 (don’t close). |
Num | Tooltip number to use, by default 17. |
Remarks
Tooltip uses Form storage if present for configuration. If Form module is not present, it will use defaults. Some controls have its own child controls covering entire client space of the parent control (SpreadSheet, ReBar etc...). In that case you need to set-up tooltip for the topmost child control.
About