IMenuHandler Interface
Provides context menu handling for the object explorer.
This API is not CLS-compliant.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | ContextMenuID | Gets the command ID of the context menu. |
![]() | Parent | Gets or sets the parent node in the hierarchy. |
| Name | Description | |
|---|---|---|
![]() | DoDefaultAction() | Invokes the default menu item. |
![]() | FillMenuCommands(IMenuCommandService^) | Populates the MenuCommandService with the menu items. |
![]() | InvokeProperties() | Invokes the properties menu item. |
![]() | UpdateMenuCommandsStatus(MenuCommand^) | Updates the status of the command. |
Show:


