Programming with Reflection

image\rwnprg32.gif ShowToolbarTips method

 

Syntax object.ShowToolbarTips ToolbarName, YesNo

 

Description

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

Arguments

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.

 

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command