SWP_NOZORDER top-level constant

  1. @Deprecated('Use SET_WINDOW_POS_FLAGS.SWP_NOZORDER instead')
int const SWP_NOZORDER

Retains the current Z order (ignores the hWndInsertAfter parameter).

Implementation

@Deprecated('Use SET_WINDOW_POS_FLAGS.SWP_NOZORDER instead')
const SWP_NOZORDER = 0x0004;