WS_CAPTION top-level constant
The window has a title bar (includes the WS_BORDER style).
Implementation
@Deprecated('Use WINDOW_STYLE.WS_CAPTION instead')
const WS_CAPTION = 0x00C00000;
The window has a title bar (includes the WS_BORDER style).
@Deprecated('Use WINDOW_STYLE.WS_CAPTION instead')
const WS_CAPTION = 0x00C00000;