Tooltip

Ext_Tooltip(HCtrl,
Text)

Add tooltips to GUI controls.

Dependencies

Win

Parameters

HCtrlHandle of the control.
TextTooltip text.

Configuration

TimeInTime to pass before tooltip is shown, by default 800ms.
TimeOutTime to pass to close the tooltip, by default 0 (don’t close).
NumTooltip 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

Set of window functions.
Close