SWP_NOACTIVATE top-level constant

int const SWP_NOACTIVATE

Does not activate the window. If this flag is not set, the window is activated and moved to the top of either the topmost or non-topmost group (depending on the setting of the hWndInsertAfter parameter).

Implementation

const SWP_NOACTIVATE = 0x0010;