Returns the client rect of the display area of the control. For the base control class, this is identical to getClientRect. However, inheriting controls may want to change this if their client area differs from their display area.
[Visual Basic] Overridable Public ReadOnly Property DisplayRectangle As Rectangle [C#] public Rectangle DisplayRectangle {virtual get;} [C++] public: __property virtual Rectangle get_DisplayRectangle(); [JScript] public function get DisplayRectangle() : Rectangle;