# Modifying the Appearance of the Toolbar

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

## Content



To modify the appearance of the toolbar, complete the following steps:

1.  Select the [C1ToolBar](/componentone/docs/win/online-menus-toolbar/) drop-down arrow in the Properties window.
2.  Expand the Font properties of the [C1ToolBar](/componentone/docs/win/online-menus-toolbar/) component. Set the following font properties:<br />Font.Name = **Arial**<br />Font.Size = **9**
3.  Set the following [C1ToolBar](/componentone/docs/win/online-menus-toolbar/) properties:<br />[BackColor](/componentone/docs/win/online-menus-toolbar/) = **#0066CC**<br />[BackHiColor](/componentone/docs/win/online-menus-toolbar/) = **Pale Turquoise**<br />ForeColor = **White**<br />[ForeHicolor](/componentone/docs/win/online-menus-toolbar/) = **#003399**
4.  Expand the C1ToolBar.**Border** properties node. Set the following [C1ToolBar](/componentone/docs/win/online-menus-toolbar/) properties:<br />[Border](/componentone/docs/win/online-menus-toolbar/).Light Color = **Pale Turquoise**<br />[Border](/componentone/docs/win/online-menus-toolbar/).Style = **Outset**<br />[Border](/componentone/docs/win/online-menus-toolbar/).Width = **3**<br />The toolbar appears like the following at run time:<br />![Toolbar](https://cdn.mescius.io/document-site-files/images/a27cb622-e6d9-4efc-a0b0-0c31245fd632/imagesext/image10_33.png)

## See Also

[Making the ToolBar Appear Like the Default Toolbar in Internet Explorer(IE)](/componentone/docs/win/online-menus-toolbar/menusandtoolbarsforw2/toolbartasks/makingthec1toolbarap)