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