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.SetDisplayRectangleSize (Size)

Sets the size of the tabstrip based on a desired size for the Display Rectangle. Note that this is only guaranteed to be valid until tabs are added or removed. After that, the display size can change when the number of visible rows changes. [Note: zero tabs == zero rows]

[Visual Basic]
Overloads Public Sub SetDisplayRectangleSize( _
   ByVal sz As Size _
)
[C#]
public void SetDisplayRectangleSize(
   Size sz
);
[C++]
public: void SetDisplayRectangleSize(
   Size sz
);
[JScript]
public function SetDisplayRectangleSize(
   sz : Size
);

Parameters

sz
New Desired Display Size. The size of the tabstrip will be adjusted to reflect this.

See Also

TabBase Class | TabBase Members | System.WinForms Namespace | TabBase.SetDisplayRectangleSize Overload List