.Net Organisation Chart Component Class Library
NavigationCommandBar Constructor (Chart, itemId, managerId, numberOfChildren, item, isRootNode)
NamespacesOrgChart.Core.CommandBarNavigationCommandBarNavigationCommandBar(IOrganisationChart, Object, Object, Int32, OrgChartItem, Boolean)
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Creates a commmand Bar. Provides end users with navigational controls and information about the current node within the organisation chart
Declaration Syntax
C#Visual BasicVisual C++
public NavigationCommandBar(
	IOrganisationChart Chart,
	Object itemId,
	Object managerId,
	int numberOfChildren,
	OrgChartItem item,
	bool isRootNode
)
Public Sub New ( _
	Chart As IOrganisationChart, _
	itemId As Object, _
	managerId As Object, _
	numberOfChildren As Integer, _
	item As OrgChartItem, _
	isRootNode As Boolean _
)
public:
NavigationCommandBar(
	IOrganisationChart^ Chart, 
	Object^ itemId, 
	Object^ managerId, 
	int numberOfChildren, 
	OrgChartItem^ item, 
	bool isRootNode
)
Parameters
Chart (IOrganisationChart)
Reference to the IOrganisationChart
itemId (Object)
The primary key of the chart Item being rendered
managerId (Object)
Parent id of current node
numberOfChildren (Int32)
number of children
item (OrgChartItem)
The item that this command bar is attached to
isRootNode (Boolean)
Boolean flag indicating whether this is the root node of the org chart

Assembly: OrgChart (Module: OrgChart) Version: 1.0.0.0 (1.0.0.0)