Property wnd.IsChild
Overload
Returns true
if this is a child window (control), false
if top-level window.
public bool IsChild { get; }
Property Value
Remarks
Supports lastError.
Another way is w.HasStyle(WS.CHILD)
. It is faster but less reliable, because some top-level windows have WS_CHILD style and some child windows don't.