Show / Hide Table of Contents

Property wnd.getwnd.DirectParent


Overload

Gets the direct parent window of this control. It can be the top-level window or another control.

public wnd DirectParent { get; }
Property Value
wnd

default(wnd) if this is a top-level window or if failed.

Remarks

Supports lastError. Unlike API GetParent, this function never returns the owner window.