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

[To be supplied.]

Overload List

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

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(Size)
[C#] public void SetDisplayRectangleSize(Size);
[C++] public: void SetDisplayRectangleSize(Size);
[JScript] public function SetDisplayRectangleSize(Size);

See Also

TabBase Class | TabBase Members | System.WinForms Namespace