Programming with Reflection
NewToolbar method
Syntax object.NewToolbar Name
Creates a new toolbar, for example:
Session.NewToolbar "My Toolbar"
Use DefineToolbarButton to add buttons to the toolbar. Use ShowAToolbar to make this toolbar visible. Use SetToolbarMode to specify where you want the toolbar docked. Use RemoveAllToolbarsor RemoveToolbar to delete toolbars.
Name Argument type: String
The toolbar name. This string can be up to 64 characters long; however toolbar names this long are cropped in the toolbar dialog boxes.