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.ButtonSize

The size of a button in the ToolBar. If this is not set, the ToolBar control computes this value on it's own.

[Visual Basic]
Public Property ButtonSize As Size
[C#]
public Size ButtonSize {get; set;}
[C++]
public: __property Size get_ButtonSize();
public: __property void set_ButtonSize(Size);
[JScript]
public function get ButtonSize() : Size;
public function set ButtonSize(Size);

See Also

ToolBar Class | ToolBar Members | System.WinForms Namespace