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 );
TabBase Class | TabBase Members | System.WinForms Namespace | TabBase.SetDisplayRectangleSize Overload List