Feedback

  • Contents
 

II3IDMenuItems::Item Method

Synopsis

Retrieves a menu item by its index in the menu items collection.

IDL Function Prototype

HRESULT Item(

   [in] long MenuIndex,

   [out, retval] II3IDMenuItem ** theMenuItem

);

C/C++ Syntax

HRESULT Item(long MenuIndex, II3IDMenuItem ** theMenuItem);

Parameters

MenuIndex

The index of the menu item to retrieve from the collection.

theMenuItem

The return value is an II3IDMenuItem object.