Home > Services > DXCore Services – Menus

DXCore Services – Menus

May 3rd, 2011

The Menus DXCore service provides access to Visual Studio and DXCore menus.

Methods of this service:

GetMemberPopupMenuItems (LanguageElement) Returns a list of MenuItems appropriate for the specified LanguageElement. Note that it is hidden from Intellisense.
GetMenuBar (String) Returns a menu bar instance by the given name.
SetPopupMember (LanguageElement) Sets the LanguageElement associated with the Member popup menu. Note that it is hidden from Intellisense.

Properties:

Bars Provides access to various menu bars in Visual Studio.
DXCore Gets the instance of the DXCore top-level menu (in other words, the DevExpress menu).
DXCoreMenuName Gets the name of the DevExpress menu. Note that it is hidden from Intellisense.
Main Gets the instance of the Main Visual Studio top-level menu.
PopupMember Gets the LanguageElement instance associated with the active Member popup menu. The Member popup menu is a context menu which appears when a member icon is clicked.
ToolWindows Gets the Tool Windows sub-menu inside the DXCore top-level menu.
ToolWindowsMenuName Gets the name of the DevExpress Tool Windows menu. Note that it is hidden from Intellisense.
VisualizeToolBar Gets the instance of the DXCore Visualize Toolbar. Note that it is hidden from Intellisense.
Products: DXCore
Versions: 10.2 and up
VS IDEs: any
Updated: May/04/2011
ID: D081

Similar Posts: