WS_VSCROLL top-level constant

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

The window has a vertical scroll bar.

Implementation

@Deprecated('Use WINDOW_STYLE.WS_VSCROLL instead')
const WS_VSCROLL = 0x00200000;