WS_EX_LEFT top-level constant

  1. @Deprecated('Use WINDOW_EX_STYLE.WS_EX_LEFT instead')
int const WS_EX_LEFT

The window has generic left-aligned properties. This is the default.

Implementation

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_LEFT instead')
const WS_EX_LEFT = 0x00000000;