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!

Control.DisplayRectangle

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;

See Also

Control Class | Control Members | System.WinForms Namespace