WinXAddTooltip


WinXAddTooltip (hControl, STRING tooltipText)

Adds a tooltip for the specified control.

Parameter Description
hControl The handle to the control to add the text to
STRING tooltipText The text the tooltip will display

Returns

$$TRUE on success or $$FALSE on fail

Remarks

Tooltips are one line only, so keep it short and sharp and to the point.

Examples

'give a control a tooltip
WinXAddTooltip (hButton1, "This is the tooltip for button 1")

Related Links