SWP_NOREPOSITION top-level constant

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

Same as the SWP_NOOWNERZORDER flag.

Implementation

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