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 (Int32, Int32)

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 width As Integer, _
   ByVal height As Integer _
)
[C#]
public void SetDisplayRectangleSize(
   int width,
   int height
);
[C++]
public: void SetDisplayRectangleSize(
   int width,
   int height
);
[JScript]
public function SetDisplayRectangleSize(
   width : int,
   height : int
);

Parameters

width
[To be supplied.]
height
[To be supplied.]

See Also

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