Programming with Reflection
ShowToolbar method
Syntax object.ShowToolbar ToobarName, YesNo
Specifies whether a toolbar is visible or hidden. For example, this command hides the standard toolbar:
Session.ShowToolbar "Standard", False
ToolbarName Argument type: String
The name of the toolbar you want to show or hide. 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 the toolbar. Use False (or rcNo) to hide it.