Property wnd.RectInWindow
Overload
Gets child window rectangle in the client area of the top-level parent window.
public RECT RectInWindow { get; }
Property Value
Remarks
Calls wnd.Window and wnd.GetRectIn. Returns default(RECT)
if fails (eg window closed).