Specifies the list of toolbar icons to be displayed when HyperView is invoked.
*BeginToolbar()Specifies the list of toolbar icons to be displayed when HyperView is invoked. |
|||||
*BeginToolbar()Specifies the list of toolbar icons to be displayed when HyperView is invoked. |
Syntax |
*BeginToolbar(Config name) *ToolbarItem(Item name) *EndToolbar() |
|
Arguments |
Name |
Description |
Config name |
The name given to the user defined toolbar menu. |
|
Item name |
The name of the panel. |
|
Example |
*BeginToolbar("myconfig") *ToolbarItem("Load Model") *ToolbarItem("Contour") *ToolbarItem("Mask") *EndToolbar() |
|
Application |
HyperView. |
|
Context |
||
Comments |
Valid entries are the names of any of the menu items listed in the Tools > Options > Toolbar dialog. |
|
See also |
|
|