SWP_FRAMECHANGED top-level constant

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

Applies new frame styles set using the SetWindowLong function. Sends a WM_NCCALCSIZE message to the window, even if the window's size is not being changed. If this flag is not specified, WM_NCCALCSIZE is sent only when the window's size is being changed.

Implementation

@Deprecated('Use SET_WINDOW_POS_FLAGS.SWP_FRAMECHANGED instead')
const SWP_FRAMECHANGED = 0x0020;