The rectangle that represents the Area of the tab strip not taken up by the tabs, borders, or anything else owned by the Tab. This is typically the rectangle you want to use to place the individual children of the tab strip.
[Visual Basic] Overridable Public ReadOnly Property DisplayRectangle As Rectangle [C#] public Rectangle DisplayRectangle {override get;} [C++] public: __property virtual Rectangle get_DisplayRectangle(); [JScript] public function get DisplayRectangle() : Rectangle;