Programming with Reflection
ShowAToolbar method
Syntax object.ShowAToolbar ToobarName, YesNo
Specifies whether a toolbar is visible or hidden. For example, this command hides the standard toolbar:
Session.ShowAToolbar "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 to show the toolbar. Use False to hide it.