Version

RetrieveItemsViaStackPanel(XamMenu) Method

Retrieves all child menu items from the stack panel of the parent XamMenu
Syntax
'Declaration
 
Protected Overloads Function RetrieveItemsViaStackPanel( _
   ByVal owningMenu As Infragistics.Controls.Menus.XamMenu _
) As System.Object
protected System.object RetrieveItemsViaStackPanel( 
   Infragistics.Controls.Menus.XamMenu owningMenu
)
protected: System.Object* RetrieveItemsViaStackPanel( 
   Infragistics.Controls.Menus.XamMenu* owningMenu
) 

Parameters

owningMenu
Parent XamMenu whose child menu items need to be retrieved

Return Value

Returns all the child menu items of the parent XamMenu
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