Property wnd.IsCloaked
Overload
Returns true
if the window is cloaked.
Returns false
if not cloaked or if failed.
On Windows 7 returns false
because there is no "cloaked window" feature.
Windows 10 uses window cloaking mostly to hide windows on inactive desktops. Windows 8 - mostly to hide Windows Store app windows.
public bool IsCloaked { get; }