Skip to main content

Customization Form – Toolbars Page (at Design Time)

  • 2 minutes to read

The Toolbars page displays a list of existing toolbars and allows you to create, delete, rename, hide and display toolbars.

Click a page or the corresponding link below to learn more about it.

Toolbars Page (displayed at design time)

Toolbars Page (displayed at runtime)

Commands Page (displayed both at design and runtime)

Options Page (displayed both at design and runtime)

All Commands Page (displayed only at design time)

Groups Page (displayed only at design time)

You can hide/display a toolbar on a form by clicking the corresponding check box. The main menu cannot be hidden in this manner.

To customize toolbar properties, select it in the toolbar list, and then switch to the Object Inspector or invoke the toolbar popup menu.

The following buttons are available on this page:

New …

Invokes the dialog box shown below to specify a caption for the new toolbar. Since the toolbar must have a unique caption, entering an existing caption generates a warning message. To create a toolbar, click OK in the dialog box (by default, its docking style is dsTop). To represent a toolbar as a main menu, set its IsMainMenu property to True.

Rename …

Invokes a dialog box below to specify a custom caption for the selected toolbar. Since toolbars must have unique captions, entering an existing caption generates a warning message.

Delete

Deletes the selected toolbar. Toolbar items are not deleted. You can access them in the Commands Page of the Customization Form and add to any toolbar.

See Also