Version

GetChildrenOfMenuItem(Object,Boolean,Boolean) Method

Internal method to retrieve the headers(if any) and/or count of all the visible child menu items of the requested XamMenuBase item
Syntax
'Declaration
 
Protected Overloads Function GetChildrenOfMenuItem( _
   ByVal oMenuItemIdentifier As System.Object, _
   ByVal bNeedHeaders As System.Boolean, _
   ByVal bNeedCount As System.Boolean _
) As System.Object
protected System.object GetChildrenOfMenuItem( 
   System.object oMenuItemIdentifier,
   System.bool bNeedHeaders,
   System.bool bNeedCount
)
protected: System.Object* GetChildrenOfMenuItem( 
   System.Object* oMenuItemIdentifier,
   System.bool bNeedHeaders,
   System.bool bNeedCount
) 

Parameters

oMenuItemIdentifier
Path of the XamMenuBase item whose child menu items are required
bNeedHeaders
Boolean to indicate if headers need to be determined
bNeedCount
Boolean to indicate if count needs to be determined

Return Value

The headers(if any) and/or count of all the visible child menu items of the requested XamMenuBase item
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