SetTBbuttonTooltip | ||||||
Syntax: | ||||||
SetTBbuttonTooltip( #ButtonID, Tooltip$ ) | ||||||
Parameters: | ||||||
| ||||||
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") | ||||||
|