SWP_DRAWFRAME top-level constant

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

Draws a frame (defined in the window's class description) around the window.

Implementation

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