Programming with Reflection
ShowToolbarColor method
Syntax object.ShowToolbarColor ToolbarName, YesNo
Determines whether the buttons in the specified toolbar are shown in color or monochrome. For example, this statement sets the Standard toolbar buttons to monochrome:
Session.ShowToolbarColor "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) for color. Use False (or rcNo) for monochrome.