Show / Hide Table of Contents

Property wnd.ClientRect


Overload

Gets client area rectangle (width and height).

public RECT ClientRect { get; }
Property Value
RECT

Remarks

The left and top fields are always 0. Calls wnd.GetClientRect. Returns default(RECT) if fails (eg window closed).