NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolBar.ImageSize

The method return the size of the images within the toolbar's image list.

[Visual Basic]
Public ReadOnly Property ImageSize As Size
[C#]
public Size ImageSize {get;}
[C++]
public: __property Size get_ImageSize();
[JScript]
public function get ImageSize() : Size;

See Also

ToolBar Class | ToolBar Members | System.WinForms Namespace