The context menu node item interface represents a context menu node item in Renga.
More...
|
| HRESULT | AddActionItem ([in] IAction *pAction, [out, retval] IContextMenuItem **ppItem) |
| | Creates and adds an action item to the context node item.
|
| |
| HRESULT | AddNodeItem ([out, retval] IContextMenuNodeItem **ppItem) |
| | Creates and adds a context node item to the context node item.
|
| |
|
HRESULT | AddSeparator () |
| | Adds a separaror to the context menu.
|
| |
|
|
BSTR | DisplayName [get, set] |
| | The localized text to display for the context node item.
|
| |
The context menu node item interface represents a context menu node item in Renga.
- See also
- IContextMenu
◆ AddActionItem()
Creates and adds an action item to the context node item.
- Parameters
-
| [in] | pAction | The action to add to the created context menu action item. |
| [out] | ppItem | The context menu item inteface which references the new menu item. |
◆ AddNodeItem()
Creates and adds a context node item to the context node item.
- Parameters
-
| [out] | ppItem | The context menu node item inteface which references the new menu item. |