WS_EX_TOPMOST top-level constant

int const WS_EX_TOPMOST

The window should be placed above all non-topmost windows and should stay above them, even when the window is deactivated. To add or remove this style, use the SetWindowPos function.

Implementation

const WS_EX_TOPMOST = 0x00000008;