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.ClientRectangle

The client rect of the control.

[Visual Basic]
Public ReadOnly Property ClientRectangle As Rectangle
[C#]
public Rectangle ClientRectangle {get;}
[C++]
public: __property Rectangle get_ClientRectangle();
[JScript]
public function get ClientRectangle() : Rectangle;

See Also

Control Class | Control Members | System.WinForms Namespace