WS_POPUP top-level constant

int const WS_POPUP

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

Implementation

const WS_POPUP = 0x80000000;