IMenuItem Interface
Represents the menu items that can 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. |
![]() | ItemId | Gets the CommandID of the specific item for the menu command. |
![]() | MenuHandler | Gets the event handler for the menu item. |
![]() | MultiSelect | Gets a value indicating whether the menu item supports the MultiSelect. |
![]() | Name | Gets the name of the command. |
![]() | Parent | Gets or sets the parent node in the hierarchy. |
![]() | Text | Gets the caption that is associated with the command. |
| Name | Description | |
|---|---|---|
![]() | UpdateMenuCommandStatus(MenuCommand^) | Indicates the update of the menu command status for the menu item. |
Show:

