Version

RetrieveItemsViaStackPanel(XamContextMenu) Method

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

Parameters

owningMenu
Parent XamContextMenu whose child menu items need to be retrieved

Return Value

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