Feedback

  • Contents
 

II3ID::MenuManager Property

get_MenuManager

Returns a pointer to the Interaction Designer Menu Manager. This allows you to add menu items below the Utilities menu.

IDL Function Prototype

HRESULT MenuManager(

   [out, retval] II3IDMenuManager ** theMenuManager

);

C/C++ Syntax

HRESULT get_MenuManager( II3IDMenuManager ** theMenuManager);

Parameters

theMenuManager

The return value is an interface pointer to an II3IDMenuManager object.