# Increasing the Image Size in the Toolbar

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

## Content



To display larger icons/bitmaps you need to increase the size of the button in the Toolbar. This will in turn increase the size of the image. You can use the [MinButtonSize](/componentone/docs/win/online-menus-toolbar/) property of the toolbar to achieve this behavior. The default size for the [MinButtonSize](/componentone/docs/win/online-menus-toolbar/) property is 24 pixels.

To increase the size of the button in the toolbar at design time, complete the following task:

*   Open the **C1ToolBar Tasks** menu and enter **50 pixels** in the C1ToolBar.[MinButtonSize](/componentone/docs/win/online-menus-toolbar/) text box.

OR

*   Set C1ToolBar.[MinButtonSize](/componentone/docs/win/online-menus-toolbar/) property to **40 pixels** through its Properties window.

The following toolbar image had a minimum button size that has been increased to 40 pixels:

<br />![Toolbar](https://cdn.mescius.io/document-site-files/images/a27cb622-e6d9-4efc-a0b0-0c31245fd632/imagesext/image10_32.png)

## See Also

[Modifying the Appearance of the Toolbar](/componentone/docs/win/online-menus-toolbar/menusandtoolbarsforw2/toolbartasks/modifyingtheappearan1)