DefineToolBar

Defines the buttons for a user defined toolbar created using the command CreateToolBar. To define the buttons for a pre-defined toolbar, the associated option setting must be set using the command Set.

DefineToolBar <toolbar-name> <button-defs>

Parameters

toolbar-name

Name of toolbar. This must be a toolbar created using CreateToolBar.

button-defs

Semi-colon delimited list of button names to add to the toolbar. Buttons may either be one defined using CreateToolButton or one of the pre-defined types shown in the table below. The '-' character may also be used to specify a spacer

For a list of buttons, see Pre-defined Buttons.

The graphic images for all pre-defined buttons are built-in to the program, but the image files from which they were created can be found on the install CD.

See Also