Other Components and Controls
In This Topic
The following components and controls are included in C1Command:
- C1CommandHolder : System.ComponentModel.Component
Container for all commands on a form. Only one object per form is allowed, and is always automatically created when a menu or toolbar is added to the form.
- C1MainMenu : System.Windows.Forms.Control
Control representing the main menu of a form.
- C1ToolBar : System.Windows.Forms.Control
Control representing a toolbar. Must be put in a C1CommandDock to have docking and floating behavior.
- C1CommandDock : System.Windows.Forms.Panel
A container providing docking and floating behavior to toolbars.
- C1DockingTab : System.Windows.Forms.Control
A tab control which manages a related set of pages.
- C1OutBar : System.Windows.Forms.Contro
An outbar control which manages a related set of pages. It provides an Outlook-style tab container.
- C1NavBar: System.Windows.Form.Control
The C1NavBar is used for grouping information into distinct categories to help organize and navigate information quickly. It consists of a number of categories represented by preset buttons.
- C1TopicBar: System.Windows.Form.Control
C1TopicBar represents a topic bar. In C1OutBar the control provides a collection of single pages organized into one group whereas C1TopicBar contains a collection of pages organized into various groups.
See Also