The C1ToolBarItem object represents link type items and provides the following three properties specific to link items: NavigateUrl property, Target property, and Text property. All toolbar items and child toolbar items are stored in the Items collection. C1ToolBar items can be a link item, button item, list item, group item, or separator item.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1ToolBarClient (in C1ToolBarClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1ToolBar.IC1ToolBarPropertyChanged = function();
C1.Web.UI.Controls.C1ToolBar.IC1ToolBarPropertyChanged.createInterface('C1.Web.UI.Controls.C1ToolBar.IC1ToolBarPropertyChanged');

See Also