ButtonExToolTip

www.progui.co.uk  Top  Previous  Next

ButtonExToolTip()

Syntax

Success = ButtonExToolTip(ID.i, Text.s)

Description

Associates a tooltip with a ButtonEx, ImageButtonEx, ToggleButtonEx, RadioButtonEx or CheckButtonEx.

ID.i specifies the handle/ID of the button you want to associate the tooltip with. Text.s specifies the tooltip text you want to display. ButtonExToolTip can be called again on an already defined tooltip in order to replace the associated Text.s. Specifying Text.s as an empty string will remove the tooltip.

Returns true if successful.

 

 

ButtonEx Index