Programming with Reflection
ShowToolbarLabels method
Syntax object.ShowToolbarLabels ToolbarName, YesNo
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
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.