WS_EX_NOACTIVATE top-level constant

  1. @Deprecated('Use WINDOW_EX_STYLE.WS_EX_NOACTIVATE instead')
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

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_NOACTIVATE instead')
const WS_EX_NOACTIVATE = 0x08000000;