Feedback

  • Contents
 

II3IDMenuItem::SubItems Property

get_SubItems

Returns a collection of menu items that are children for that menu item in Interaction Designer's Utility Menu.

IDL Function Prototype

HRESULT SubItems(

   [out, retval] II3IDMenuItems ** TheSubItems

);

C/C++ Syntax

HRESULT get_SubItems(II3IDMenuItems ** TheSubItems);

Parameters

TheSubItems

The return value is an II3IDMenuItems collection.