WS_POPUP top-level constant
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;
The window is a pop-up window. This style cannot be used with the WS_CHILD style.
@Deprecated('Use WINDOW_STYLE.WS_POPUP instead')
const WS_POPUP = 0x80000000;