Win32ToolBarImageSize Property |
Gets the size of the images in the image list assigned to the toolbar.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic Size ImageSize { get; }Public ReadOnly Property ImageSize As Size
Get
public:
property Size ImageSize {
Size get ();
}member ImageSize : Size with get
Return Value
SizeA
Size that represents the size of the images (in the
ImageList) assigned to the
Win32ToolBar.
See Also