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);