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

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

Property Value

boolean a boolean indicating whether or not the ToolBar will wrap buttons onto a second line.

See Also

ToolBar Class | ToolBar Members | System.WinForms Namespace