SWP_NOACTIVATE top-level constant

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

@Deprecated('Use SET_WINDOW_POS_FLAGS.SWP_NOACTIVATE instead')
const SWP_NOACTIVATE = 0x0010;