Property wnd.RectInDirectParent
Overload
Gets child window rectangle in the client area of the direct parent window.
public RECT RectInDirectParent { get; }
Property Value
Remarks
Calls wnd.getwnd.DirectParent and wnd.GetRectIn. Returns default(RECT)
if fails (eg window closed).