SWP_NOSIZE top-level constant

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

Retains the current size (ignores the cx and cy parameters).

Implementation

@Deprecated('Use SET_WINDOW_POS_FLAGS.SWP_NOSIZE instead')
const SWP_NOSIZE = 0x0001;