Framework.WindowClientRectangle Property (WindowClientRectangle)

Retrieves the size and location of the window that is rendering.

Definition

Visual Basic Public ReadOnly Property WindowClientRectangle As RectangleLeave Site
C# public RectangleLeave Site WindowClientRectangle { get; }
C++ public:
property RectangleLeave Site WindowClientRectangle {
        RectangleLeave Site get();
}
JScript public function get WindowClientRectangle() : RectangleLeave Site

Property Value

System.Drawing.Rectangle
Retrieves the size and location of the window that is rendering.

This property is read-only. 
Show: