WS_EX_RIGHT top-level constant

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

The window has generic "right-aligned" properties. This depends on the window class. This style has an effect only if the shell language is Hebrew, Arabic, or another language that supports reading-order alignment; otherwise, the style is ignored.

Implementation

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_RIGHT instead')
const WS_EX_RIGHT = 0x00001000;