Version

RetrieveChildMenuItem Method

Retrieves the child menu item from the collection of items of the parent
Syntax
'Declaration
 
Protected Function RetrieveChildMenuItem( _
   ByVal oItemsCollection As System.Object, _
   ByVal sItemHeader As System.String, _
   ByVal iItemIndex As System.Integer _
) As System.Object
protected System.object RetrieveChildMenuItem( 
   System.object oItemsCollection,
   System.string sItemHeader,
   System.int iItemIndex
)
protected: System.Object* RetrieveChildMenuItem( 
   System.Object* oItemsCollection,
   System.string* sItemHeader,
   System.int iItemIndex
) 

Parameters

oItemsCollection
Items collection of the parent
sItemHeader
Header of the child item (if any)
iItemIndex
Visible index of the child item (if needed)

Return Value

Returns the child menu item from the collection of items of the parent
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also