Click or drag to resize

Win32ToolBarImageSize Property

Gets the size of the images in the image list assigned to the toolbar.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public Size ImageSize { get; }

Return Value

Type: Size
A Size that represents the size of the images (in the ImageList) assigned to the Win32ToolBar.
See Also