Version

GetAppMenuItems Method

Returns the headers and/or the count of the items contained within the ApplicationMenu either in the left area or in the recent items area.
Syntax
'Declaration
 
Protected Function GetAppMenuItems( _
   ByVal bNeedRecentItems As System.Boolean, _
   ByVal bNeedHeaders As System.Boolean, _
   ByVal bNeedCount As System.Boolean _
) As System.Object
protected System.object GetAppMenuItems( 
   System.bool bNeedRecentItems,
   System.bool bNeedHeaders,
   System.bool bNeedCount
)
protected: System.Object* GetAppMenuItems( 
   System.bool bNeedRecentItems,
   System.bool bNeedHeaders,
   System.bool bNeedCount
) 

Parameters

bNeedRecentItems
Boolean - if true, indicates that items in the recent items area need to be returned - if false, indicates that items in the left area need to be returned
bNeedHeaders
Boolean if true returns the headers of the items
bNeedCount
Boolean if true returns the count of the items

Return Value

Returns the headers and/or the count of the items contained within the ApplicationMenu either in the left area or in the recent items area.
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