HWND_NOTOPMOST top-level constant

int const HWND_NOTOPMOST

Places the window above all non-topmost windows (that is, behind all topmost windows). This flag has no effect if the window is already a non-topmost window.

Implementation

const HWND_NOTOPMOST = -2;