ComponentOne Menus and Toolbars for WinForms
Toolbars Appearance and Behavior
Menus and Toolbars Overview > Toolbars Appearance and Behavior

C1ToolBar provides a number of useful properties to control the behavior and appearance of the toolbars and toolbar buttons.

C1ToolBar includes a variety of appearance properties to visually enhance and customize the control. The toolbar's style, size, and layout can easily be customized by using the C1ToolBar's appearance properties. These properties can be set at design time through the Properties window or programmatically.

In addition to properties for setting the toolbar's appearance, C1ToolBar has several useful behavioral properties for docking and floating toolbars, moving toolbar buttons, embedding arbitrary controls to toolbars, customizing toolbars at run time, setting button layout for horizontal or vertical toolbars, showing ToolTips on the toolbar and/or its command buttons, and wrapping text in the toolbar buttons.

The following section introduces some of the common appearance and behavior properties used for the C1ToolBar control.

See Also