ToolBarExToolTip |
www.progui.co.uk Top Previous Next |
ToolBarExToolTip() Syntax Success = ToolBarExToolTip(Toolbar.i, ButtonID.l, Text$) Description Associates a tooltip with a toolbar button. Toolbar specifies the WindowsID/ToolbarID of the ToolBarEx. ButtonID specifies the internal ID of the button you want to associate the tooltip with. Text$ specifies the tooltip text you want to display. ToolbarExToolTip can be called again on an already defined tooltip in order to replace the associated Text$. Specifying Text$ as an empty string will remove the tooltip. Returns True if successful, or False otherwise.
|