SetTBbuttonTooltip

Syntax:

SetTBbuttonTooltip( #ButtonID, Tooltip$ )

Parameters:

#ButtonID

=

your ButtonID

Tooltip$

=

Tooltip String


Description:

Set the tooltip for a toolbar button.


Example:

  SetTBbuttonTooltip(1,"PUSH Button 1")
  SetTBbuttonTooltip(2,"PUSH Button 2")
  SetTBbuttonTooltip(3,"Hello World! from Tooltip")


Supported OS:   Windows