This property sets the size of the buttons displayed in the ToolBar control.

[Visual Basic] Public Property ButtonSize As ToolBarButtonSize
[C#] public ToolBarButtonSize ButtonSize {get; set;}

Property Value

A ToolBarButtonSize value

Default value is ToolBarButtonSize.Middle

Explanation

The ButtonSize property sets the size of the buttons displayed in the ToolBar control. Depending on the value set in the property, the width of the ToolBar control may change.

Note: Because the ToolBar control is derived from the .NET ToolStripContainer class, it is possible to access properties for each item in the toolbar. Simply right click the toolbar at design time and in the pop up menu, select "Edit Items". This will display the ToolStripItemCollection Editor where each item's properties and other characteristics can be accessed.

See Also

IkToolBar Members | Newtone.ImageKit.Win.IkToolBar

 

The ImageKit.NET2 is created by Newtone Corporation