*BeginToolbar()
Specifies the list of toolbar icons to be displayed when HyperView is invoked.
Syntax
*BeginToolbar (Config name)
*ToolbarItem (Item name)
*EndToolbar()
Application
HyperView
Inputs
- Config name
 - The name given to the user defined toolbar menu.
 - Item name
 - The name of the panel.
 
Context
*BeginGraphicDefaults
Example
*BeginToolbar("myconfig")
    *ToolbarItem("Load Model")
    *ToolbarItem("Contour")
    *ToolbarItem("Mask")
*EndToolbar()
      Comments
Valid entries are the names of any of the menu items listed in the dialog.