WS_POPUP top-level constant

  1. @Deprecated('Use WINDOW_STYLE.WS_POPUP instead')
int const WS_POPUP

The window is a pop-up window. This style cannot be used with the WS_CHILD style.

Implementation

@Deprecated('Use WINDOW_STYLE.WS_POPUP instead')
const WS_POPUP = 0x80000000;