# Other Components and Controls

Get started with Menus and Toolbars for WinForms. Create versatile menus and docking/floating toolbars. See more in documentation here.

## Content



The following components and controls are included in C1Command:

*   [C1CommandHolder](/componentone/docs/win/online-menus-toolbar/) : System.ComponentModel.Component<br />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](/componentone/docs/win/online-menus-toolbar/) : System.Windows.Forms.Control<br />Control representing the main menu of a form.
*   [C1ToolBar](/componentone/docs/win/online-menus-toolbar/) : System.Windows.Forms.Control<br />Control representing a toolbar. Must be put in a [C1CommandDock](/componentone/docs/win/online-menus-toolbar/) to have docking and floating behavior.
*   [C1CommandDock](/componentone/docs/win/online-menus-toolbar/) : System.Windows.Forms.Panel<br />A container providing docking and floating behavior to toolbars.
*   [C1DockingTab](/componentone/docs/win/online-menus-toolbar/) : System.Windows.Forms.Control<br />A tab control which manages a related set of pages.
*   [C1OutBar](/componentone/docs/win/online-menus-toolbar/) : System.Windows.Forms.Contro<br />An outbar control which manages a related set of pages. It provides an Outlook-style tab container.
*   [C1NavBar](/componentone/docs/win/online-menus-toolbar/): System.Windows.Form.Control<br />The [C1NavBar](/componentone/docs/win/online-menus-toolbar/) 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](/componentone/docs/win/online-menus-toolbar/): System.Windows.Form.Control<br />[C1TopicBar](/componentone/docs/win/online-menus-toolbar/) 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

[Design-Time Support](/componentone/docs/win/online-menus-toolbar/designtimesupport)