[]
        
(Showing Draft Content)

Increasing the Image Size in the Toolbar

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 property of the toolbar to achieve this behavior. The default size for the MinButtonSize 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 text box.

OR

  • Set C1ToolBar.MinButtonSize property to 40 pixels through its Properties window.

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


Toolbar

See Also

Modifying the Appearance of the Toolbar