WS_BORDER top-level constant

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

The window has a thin-line border.

Implementation

@Deprecated('Use WINDOW_STYLE.WS_BORDER instead')
const WS_BORDER = 0x00800000;