Feedback

  • Contents
 

II3IDMenuManager::MenuItems Property

get_MenuItems

Retrieves a collection of all of the custom menu items that have been created in Interaction Designer's Utility Menu.

IDL Function Prototype

HRESULT MenuItems(

   [out, retval] II3IDMenuItems ** theMenuItems

);

C/C++ Syntax

HRESULT get_MenuItems( II3IDMenuItems ** theMenuItems);

Parameters

theMenuItems

The return value is an II3IDMenuItems collection.