SWP_NOSENDCHANGING top-level constant

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

Prevents the window from receiving the WM_WINDOWPOSCHANGING message.

Implementation

@Deprecated('Use SET_WINDOW_POS_FLAGS.SWP_NOSENDCHANGING instead')
const SWP_NOSENDCHANGING = 0x0400;