WS_EX_LTRREADING top-level constant

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

The window text is displayed using left-to-right reading-order properties. This is the default.

Implementation

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