Share via


Positioning toolbar

The following are the predefined items in the Positioning toolbar of Microsoft Expression Web. If you are designing an add-in that is intended to reside in the Positioning toolbar (the toolbaritem element is defined in the add-in manifest), use this list to define values for the parent and before attributes.

Positioning toolbar

  • COMMANDBAR_Positioning_Position   corresponds to the Edits the property position command ( w4_btn_position_absolute ).

    • COMMANDBAR_Positioning_Position_None   corresponds to the (None) command.

    • COMMANDBAR_Positioning_Position_PositionAbsolute   corresponds to the position: absolute command.

    • COMMANDBAR_Positioning_Position_PositionFixed   corresponds to the position: fixed command.

    • COMMANDBAR_Positioning_Position_PositionRelative   corresponds to the position: relative command.

    • COMMANDBAR_Positioning_Position_PositionStatic   corresponds to the position: static command.

  • COMMANDBAR_Positioning_Left   corresponds to the Left command.

  • COMMANDBAR_Positioning_Top   corresponds to the Top command.

  • COMMANDBAR_Positioning_Right   corresponds to the Right command.

  • COMMANDBAR_Positioning_Bottom   corresponds to the Bottom command.

  • COMMANDBAR_Positioning_Width   corresponds to the Width command.

  • COMMANDBAR_Positioning_Height   corresponds to the Height command.

  • COMMANDBAR_Positioning_ZIndex   corresponds to the Z-Index command.

  • COMMANDBAR_Positioning_BringForward   corresponds to the Bring Forward command ( w4_btn_position_Zincrement ).

  • COMMANDBAR_Positioning_SendBackward   corresponds to the Send Backward command ( w4_btn_position_Zdecrement ).

See Also

Concepts

MENU names
COMMANDBAR names
The add-in manifest

  Copyright © 2011 by Microsoft Corporation. All rights reserved.