HyperWorks Desktop

*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.

Previous topic Next topic No expanding text in this topic  

*BeginToolbar()

Specifies the list of toolbar icons to be displayed when HyperView is invoked.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginGraphicDefaults

Comments

Valid entries are the names of any of the menu items listed in the Tools > Options > Toolbar dialog.

See also

 

*ElementMarkEnabled()

*DABEnabled()

List of Preference Statements