WS_CAPTION top-level constant

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

The window has a title bar (includes the WS_BORDER style).

Implementation

@Deprecated('Use WINDOW_STYLE.WS_CAPTION instead')
const WS_CAPTION = 0x00C00000;