ToolBar::ImageSize Property

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property Size ImageSize {
	Size get();
}

Property Value

Type: System.Drawing::Size

A Size that represents the size of the images (in the ImageList) assigned to the ToolBar.

.NET Framework
Available since 1.1
Return to top
Show: