EN_ALIGNRTL notification code

Notifies a rich edit control's parent window that the paragraph direction changed to right-to-left. A rich edit control sends this notification code in the form of a WM_COMMAND message.

EN_ALIGNRTL

    WPARAM wParam
    LPARAM lParam;

Parameters

wParam

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

lParam

Handle to the rich edit control.

Return value

This notification code does not return a value.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Richedit.h

See also

Reference

EN_ALIGNLTR

Other Resources

HIWORD

LOWORD

WM_COMMAND