SWP_NOOWNERZORDER top-level constant

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

Does not change the owner window's position in the Z order.

Implementation

@Deprecated('Use SET_WINDOW_POS_FLAGS.SWP_NOOWNERZORDER instead')
const SWP_NOOWNERZORDER = 0x0200;