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; }
Public ReadOnly Property ImageSize As Size
Get
public:
property Size ImageSize {
Size get ();
}
member ImageSize : Size with get
Return Value
Type:
SizeA
Size that represents the size of the images (in the
ImageList) assigned to the
Win32ToolBar.
See Also