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

Indicates whether or not the ToolBar control will try and maintain it's own size based on image size, or whether it will just honour any size.

[Visual Basic]
Public Property AutoSize As Boolean
[C#]
public bool AutoSize {get; set;}
[C++]
public: __property bool get_AutoSize();
public: __property void set_AutoSize(bool);
[JScript]
public function get AutoSize() : Boolean;
public function set AutoSize(Boolean);

See Also

ToolBar Class | ToolBar Members | System.WinForms Namespace