Programming with Reflection
ShowToolbarTips method
Syntax object.ShowToolbarTips ToolbarName, YesNo
Determines whether ToolTips are displayed when you position the mouse cursor over buttons in the specified toolbar. For example, this command turns off ToolTip display in the Standard toolbar:
Session.ShowToolbarTips "Standard", False
ToolbarName Argument type: String
The name of the toolbar you want to configure. Toolbar names are not case sensitive. The default toolbar names are:
Standard
File Transfer
Visual Basic
Setup
Use NewToolbar to create a new toolbar.
YesNo Argument Type: Boolean
Use True (or rcYes) to enable tooltips. Use False (or rcNo) to hide ToolTip display.