EN_ALIGN_LTR_EC notification code

Sent when the user has changed the edit control direction to left-to-right. The parent window of the edit control receives this notification code through a WM_COMMAND message.

EN_ALIGN_LTR_EC

    WPARAM wParam;
    LPARAM lParam;

Parameters

wParam

The LOWORD contains the identifier of the edit control. The HIWORD specifies the notification code.

lParam

A handle to the edit control sending the notification code.

Remarks

If there is a bidirectional language installed on your system, for example, Arabic or Hebrew, you can change the edit control direction using CTRL+LSHIFT (for left to right) and CTRL+RSHIFT (for right to left).

Rich Edit: This notification code is not supported.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Winuser.h (include Windows.h)

See also

WM_COMMAND