Show / Hide Table of Contents

Property wnd.getwnd.Owner


Overload

Gets the owner window of this top-level window.

public wnd Owner { get; }
Property Value
wnd

default(wnd) if this window isn't owned or if failed.

Remarks

A window that has an owner window is always on top of it. Controls don't have an owner window. Supports lastError.

See Also

WndUtil.SetOwnerWindow