Version

GetChildMenuItem(Object,Object) Method

Gets the child item of the parent XamMenuBase item which matches the unique child identifier specified
Syntax
'Declaration
 
Protected Overloads Function GetChildMenuItem( _
   ByVal oParentMenuItem As System.Object, _
   ByVal oChildMenuItemIdentifier As System.Object _
) As System.Object
protected System.object GetChildMenuItem( 
   System.object oParentMenuItem,
   System.object oChildMenuItemIdentifier
)
protected: System.Object* GetChildMenuItem( 
   System.Object* oParentMenuItem,
   System.Object* oChildMenuItemIdentifier
) 

Parameters

oParentMenuItem
oChildMenuItemIdentifier
Unique identifier of the child item needed

Return Value

Returns the child item of the parent XamMenuBase item which matches the unique child identifier specified
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