WS_EX_NOACTIVATE top-level constant

int const WS_EX_NOACTIVATE

A top-level window created with this style does not become the foreground window when the user clicks it. The system does not bring this window to the foreground when the user minimizes or closes the foreground window.

Implementation

const WS_EX_NOACTIVATE = 0x08000000;