Static ToolBar Creation
A static toolbar is the simplest way to create the toolbar structure.
You can use the C1ToolBar Designer Form designer to build the toolbar or you can use declarative syntax in the .aspx file to specify the toolbar items. To display static toolbar items using declarative syntax, first nest opening and closing <Item> tags between opening and closing tags of the ToolBar control. Next, create the toolbar structure by nesting <asp:ToolBarItem> elements between opeing and closing <Items> tags. Each <asp:ToolBarItem> element represents a toolbar item in the control and maps to a ToolBarItem object. For more information about the ToolBar designer, see C1ToolBar Designer Form.
|