WS_HSCROLL top-level constant

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

The window has a horizontal scroll bar.

Implementation

@Deprecated('Use WINDOW_STYLE.WS_HSCROLL instead')
const WS_HSCROLL = 0x00100000;