Show / Hide Table of Contents

Property wnd.RectInDirectParent


Overload

Gets child window rectangle in the client area of the direct parent window.

public RECT RectInDirectParent { get; }
Property Value
RECT

Remarks

Calls wnd.getwnd.DirectParent and wnd.GetRectIn. Returns default(RECT) if fails (eg window closed).