Method wnd.getwnd.isMainWindow
Overload
Returns true
if window w is considered a main window, ie probably is in the Windows taskbar.
Returns false
if it is invisible, cloaked, owned, toolwindow, menu, etc.
public static bool isMainWindow(wnd w, bool allDesktops = false, bool skipMinimized = false)
Parameters
w (wnd)
A top-level window. |
allDesktops (bool)
On Windows 10 include (return |
skipMinimized (bool)
Return |