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!

TabBase.Multiline

Indicates if there can be more than one row of tabs. By default [when this property is false], if there are more tabs than available display space, arrows are shown to let the user navigate between the extra tabs, but only one row is shown. If this property is set to true, then Windows spills extra tabs over on to second rows.

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

See Also

TabBase Class | TabBase Members | System.WinForms Namespace