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