Property wnd.getwnd.top
Overload
Gets the first top-level window in the Z order.
public static wnd top { get; }
Property Value
Remarks
Probably it is a topmost window. To get the first non-topmost window, use wnd.getwnd.top2. Calls API GetTopWindow.