Version

GetChildrenOfMenuItem(Object) Method

Method to retrieve the headers(if any) of all the visible child menu items of the requested XamMenuBase item
Syntax
'Declaration
 
Public Overloads Function GetChildrenOfMenuItem( _
   ByVal oMenuItemIdentifier As System.Object _
) As System.String
public System.string GetChildrenOfMenuItem( 
   System.object oMenuItemIdentifier
)
public: System.string* GetChildrenOfMenuItem( 
   System.Object* oMenuItemIdentifier
) 

Parameters

oMenuItemIdentifier
Path identifier of the XamMenuBase item whose child menu items are required

Return Value

Returns a CRLF delimited string of the headers(if any) 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