- Contents
DesignerCOM API
II3IDMenuManager2::GetMenuItemsForMenu Method
Synopsis
Retrieves a collection of all of the custom menu items that have been created in Interaction Designer's Utility Menu.
IDL Function Prototype
HRESULT GetMenuItemsForMenu(
[in] I3IDMenuLocation ParentMenu,
[out, retval] II3IDMenuItems ** theMenuItems
);
C/C++ Syntax
HRESULT GetMenuItemsForMenu( I3IDMenuLocation ParentMenu, II3IDMenuItems ** theMenuItems);
Parameters
- ParentMenu
-
The I3IDMenuLocation object whose items will be returned.
- theMenuItems
-
The return value is a collection of II3IDmenuItems menu items.