Edit menu

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

Edit menu

MENU_Edit   corresponds to the Edit menu.

  • MENU_Edit_DynamicLabel1   corresponds to the context-sensitive DynamicLabel1 command.

  • MENU_Edit_DynamicLabel2   corresponds to the context-sensitive DynamicLabel2 command.

  • MENU_Edit_Cut   corresponds to the Cut command.

  • MENU_Edit_Copy   corresponds to the Copy command.

  • MENU_Edit_Paste   corresponds to the Paste command.

  • MENU_Edit_PasteText   corresponds to the Paste Text command.

  • MENU_Edit_Delete   corresponds to the Delete command.

  • MENU_Edit_SelectAll   corresponds to the Select All command.

  • MENU_Edit_Find   corresponds to the Find command.

  • MENU_Edit_Replace   corresponds to the Replace command.

  • MENU_Edit_IncrementalSearch   corresponds to the Incremental Search command.

  • MENU_Edit_DynamicLabel3   corresponds to the context-sensitive DynamicLabel3 command

  • MENU_Edit_QuickTagEditor   corresponds to the Quick Tag Editor command.

  • MENU_Edit_Reconvert   corresponds to the Reconvert command.

  • MENU_Edit_CodeView   corresponds to the Code View submenu.

    • MENU_Edit_CodeView_IncreaseIndent   corresponds to the Increase Indent command.

    • MENU_Edit_CodeView_DecreaseIndent   corresponds to the Decrease Indent command.

    • MENU_Edit_CodeView_SelectTag   corresponds to the Select Tag command.

    • MENU_Edit_CodeView_FindMatchingTag   corresponds to the Find Matching Tag command.

    • MENU_Edit_CodeView_SelectBlock   corresponds to the Select Block command.

    • MENU_Edit_CodeView_FindMatchingBrace   corresponds to the Find Matching Brace command.

    • MENU_Edit_CodeView_InsertStartTag   corresponds to the Insert Start Tag command.

    • MENU_Edit_CodeView_InsertEndTag   corresponds to the Insert End Tag command.

    • MENU_Edit_CodeView_InsertHTMLComment   corresponds to the Insert HTML Comment command.

    • MENU_Edit_CodeView_InsertCSSComment   corresponds to the Insert CSS Comment command.

    • MENU_Edit_CodeView_ToggleBookmark   corresponds to the Toggle Bookmark command.

    • MENU_Edit_CodeView_NextBookmark   corresponds to the Next Bookmark command.

    • MENU_Edit_CodeView_PreviousBookmark   corresponds to the Previous Bookmark command.

    • MENU_Edit_CodeView_ClearBookmarks   corresponds to the Clear Bookmarks command.

    • MENU_Edit_CodeView_FollowCodeHyperlink   corresponds to the Follow Code Hyperlink command.

    • MENU_Edit_CodeView_PreviousCodeHyperlink   corresponds to the Previous Code Hyperlink command.

    • MENU_Edit_CodeView_NextCodeHyperlink   corresponds to the Next Code Hyperlink command.

  • MENU_Edit_IntelliSense   corresponds to the IntelliSense submenu.

    • MENU_Edit_IntelliSense_ListMembers   corresponds to the List Members command.

    • MENU_Edit_IntelliSense_ParameterInfo   corresponds to the Parameter Info command.

    • MENU_Edit_IntelliSense_CompleteWord   corresponds to the Complete Word command.

    • MENU_Edit_IntelliSense_ListCodeSnippets   corresponds to the List Code Snippets command.

See Also

Concepts

MENU names
COMMANDBAR names
The add-in manifest

  Copyright © 2011 by Microsoft Corporation. All rights reserved.