[This is preliminary documentation and is subject to change.]

Gets the child menu items

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected void GetChildMenuItems(
	XPathNavigator nav,
	MenuItem parentMenuItem,
	bool isTopLevel
)
Visual Basic (Declaration)
Protected Sub GetChildMenuItems ( _
	nav As XPathNavigator, _
	parentMenuItem As MenuItem, _
	isTopLevel As Boolean _
)
Visual C++
protected:
void GetChildMenuItems(
	XPathNavigator^ nav, 
	MenuItem^ parentMenuItem, 
	bool isTopLevel
)

Parameters

nav
Type: System.Xml.XPath..::.XPathNavigator
parentMenuItem
Type: OfficeClip.BusinessLayer.Framework..::.MenuItem
isTopLevel
Type: System..::.Boolean

See Also