COMMANDBAR names

The following are the predefined toolbars in Microsoft Expression Web. If you are designing an add-in that is intended to reside in one of the default Expression Web toolbars (the commandbar element is defined in the add-in manifest), use this list to determine values for the parent and before attributes.

For a complete list of the existing toolbar items, see COMMANDBAR names.

Existing toolbars

  1. COMMANDBAR_Standard   corresponds to the Standard toolbar.

    For a list of commands and submenus, see Standard toolbar.

  2. COMMANDBAR_Formatting   corresponds to the Formatting toolbar.

    For a list of commands and submenus, see Formatting toolbar.

  3. COMMANDBAR_CodeView   corresponds to the Code View toolbar.

    For a list of commands and submenus, see Code View toolbar.

  4. COMMANDBAR_Common   corresponds to the Common toolbar.

    For a list of commands and submenus, see Common toolbar.

  5. COMMANDBAR_DynamicWebTemplate   corresponds to the Dynamic Web Templates toolbar.

    For a list of commands and submenus, see Dynamic Web Template toolbar.

  6. COMMANDBAR_MasterPage   corresponds to the Master Page toolbar.

    For a list of commands and submenus, see Master Page toolbar.

  7. COMMANDBAR_Pictures   corresponds to the Pictures toolbar.

    For a list of commands and submenus, see Pictures toolbar.

  8. COMMANDBAR_Positioning   corresponds to the Positioning toolbar.

    For a list of commands and submenus, see Positioning toolbar.

  9. COMMANDBAR_Style   corresponds to the Style toolbar.

    For a list of commands and submenus, see Style toolbar.

  10. COMMANDBAR_StyleApplication   corresponds to the Style Application toolbar.

    For a list of commands and submenus, see Style Application toolbar.

  11. COMMANDBAR_Tables   corresponds to the Tables toolbar.

    For a list of commands and submenus, see Tables toolbar.

New toolbars

If you are creating a new toolbar, use the following naming convention:

COMMANDBAR_MyToolbarName.

See Also

Concepts

toolbaritem element
menuitem element
MENU names

Other Resources

The add-in manifest

  Copyright © 2011 by Microsoft Corporation. All rights reserved.