Programming with Reflection

image\rwnprg32.gif ShowToolbarLabels method

 

Syntax object.ShowToolbarLabels ToolbarName, YesNo

 

Description

Determines whether the toolbar buttons in a specific toolbar display label text. This method has no effect on buttons that have no label text.

The following statement turns off text label display in a user-defined toolbar called "My toolbar":

Applciation.ShowToolbarLabels "My toolbar", 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 show text labels on toolbar buttons. Use False (or rcNo) to show pictures without text labels.

 

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command