IMultiSelectMenuHandler Interface
Provides a context menu handling for the multiple items in 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.(Inherited from IMenuHandler.) |
![]() | Parent | Gets or sets the parent node in the hierarchy.(Inherited from IMenuHandler.) |
![]() | Parents | Gets or sets the multiple items that will target a menu. |
| Name | Description | |
|---|---|---|
![]() | DoDefaultAction() | Invokes the default menu item.(Inherited from IMenuHandler.) |
![]() | FillMenuCommands(IMenuCommandService^) | Populates the MenuCommandService with the menu items.(Inherited from IMenuHandler.) |
![]() | InvokeProperties() | Invokes the properties menu item.(Inherited from IMenuHandler.) |
![]() | UpdateMenuCommandsStatus(MenuCommand^) | Updates the status of the command.(Inherited from IMenuHandler.) |
| Name | Description | |
|---|---|---|
![]() | OnRefresh | Occurs when the event handler is refreshed.(Inherited from IMenuHandler.) |
Show:


