IMultiSelectMenuItem Interface
Represents the menu items to be added to the DefaultMenuHandler class.
This API is not CLS-compliant.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | CommandGuid | Gets the CommandID globally unique identifier (GUID) for the menu command.(Inherited from IMenuItem.) |
![]() | ItemId | Gets the CommandID of the specific item for the menu command.(Inherited from IMenuItem.) |
![]() | MenuHandler | Gets the event handler for the menu item.(Inherited from IMenuItem.) |
![]() | MultiSelect | Gets a value indicating whether the menu item supports the MultiSelect.(Inherited from IMenuItem.) |
![]() | Name | Gets the name of the command.(Inherited from IMenuItem.) |
![]() | Parent | Gets or sets the parent node in the hierarchy.(Inherited from IMenuItem.) |
![]() | Parents | Gets or sets the multiple items that will target the menu. |
![]() | Text | Gets the caption that is associated with the command.(Inherited from IMenuItem.) |
| Name | Description | |
|---|---|---|
![]() | UpdateMenuCommandStatus(MenuCommand^) | Indicates the update of the menu command status for the menu item.(Inherited from IMenuItem.) |

