Click or drag to resize

Win32ToolBarButtonSize Property

Gets or sets the size of the buttons on the toolbar control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public Size ButtonSize { get; set; }

Return Value

Type: Size
A Size object that represents the size of the Win32ToolBarButton controls on the toolbar. The default size has a width of 24 pixels and a height of 22 pixels, or large enough to accommodate the Image and text, whichever is greater.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe Width or Height property of the Size object is less than 0.
See Also