WS_EX_RIGHT top-level constant

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

const WS_EX_RIGHT = 0x00001000;