IAgUiPluginMenuBuilder2 extends the existing
context menu extensibility mechanism. Using IAgUiPluginMenuBuilder2
the UI Plugin can now insert menu items and pop-up menus at a
specified position of the parent menu.
GetPositionOf |
Returns a position of the specified menu item or -1 if the specified menu item was not found. |
InsertMenuItem |
Insert a menu item at a specified position. |
InsertPopupMenu |
Creates and insert a new popup menu at a specified position. |
InsertSeparator |
Inserts a menu item separator at a specified position. |
| Implemented Interface | Description |
|---|---|
| IAgUiPluginMenuBuilder |