HWND_BOTTOM top-level constant

int const HWND_BOTTOM

Places the window at the bottom of the Z order. If the hWnd parameter identifies a topmost window, the window loses its topmost status and is placed at the bottom of all other windows.

Implementation

const HWND_BOTTOM = 1;