# ToolBar Control

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

## Content



The [C1ToolBar](/componentone/docs/win/online-menus-toolbar/) control is used on forms as a toolbar. When you place this object on your form, like the [C1MainMenu](/componentone/docs/win/online-menus-toolbar/), a [C1CommandHolder](/componentone/docs/win/online-menus-toolbar/) will automatically appear in the component tray. The [C1CommandHolder](/componentone/docs/win/online-menus-toolbar/) stores all of the command links as a single collection. The command links represent menu items on the main menu bar whereas the command links for [C1ToolBar](/componentone/docs/win/online-menus-toolbar/) represent buttons on the toolbar.

Once the component [C1ToolBar](/componentone/docs/win/online-menus-toolbar/) is added to the form, the **Link to Command** designer allows you to set up the toolbar system. [C1ToolBar](/componentone/docs/win/online-menus-toolbar/) and [C1MainMenu](/componentone/docs/win/online-menus-toolbar/) both use the same **Link to Command** designer. For more information about the interface for the **Link to Command** designer, see [Link to Command Designer](/componentone/docs/win/online-menus-toolbar/designtimesupport/linktocommanddesigne).

The [C1ToolBar](/componentone/docs/win/online-menus-toolbar/) provides two different types of toolbars: a default toolbar and a drop-down style toolbar. The toolbar buttons provide drop-down buttons for a drop-down menu. The buttons can be arranged vertically or horizontally on the toolbar depending on the orientation of the toolbar.

For more information on how to use the **C1ToolBar** control to do specific tasks such as wrapping text in the toolbar button, see [ToolBar Tasks](/componentone/docs/win/online-menus-toolbar/menusandtoolbarsforw2/toolbartasks).

## See Also

[Menus Appearance and Behavior](/componentone/docs/win/online-menus-toolbar/menusandtoolbarsover/menusappearanceandbe)