ToolBar buttons can optionally "wrap" to the next line when the ToolBar becomes too narrow to include all buttons on the same line. Wrapping occurs on separation and nongroup boundaries. This controls whether this is turned on.
[Visual Basic] Public Property Wrappable As Boolean [C#] public bool Wrappable {get; set;} [C++] public: __property bool get_Wrappable(); public: __property void set_Wrappable(bool); [JScript] public function get Wrappable() : Boolean; public function set Wrappable(Boolean);
boolean a boolean indicating whether or not the ToolBar will wrap buttons onto a second line.