Creates a commmand Bar. Provides end users with navigational controls and information about the current node within the organisation chart
| C# | Visual Basic | Visual 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 )
- 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