Version

GetAppMenuPanel Method

Returns the Application menu panel of the specified area identified by its name
Syntax
'Declaration
 
Protected Function GetAppMenuPanel( _
   ByVal sAppMenuAreaName As System.String _
) As System.Windows.Controls.Panel
protected System.Windows.Controls.Panel GetAppMenuPanel( 
   System.string sAppMenuAreaName
)
protected: System.Windows.Controls.Panel* GetAppMenuPanel( 
   System.string* sAppMenuAreaName
) 

Parameters

sAppMenuAreaName
Name of the specified area of the Application menu

Return Value

Returns the Panel identified by its name
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