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 |
$$TRUE on success or $$FALSE on fail
Tooltips are one line only, so keep it short and sharp and to the point.
'give a control a tooltip |