EN_ALIGNLTR notification code
Notifies a rich edit control's parent window that the paragraph direction has changed to left-to-right. A rich edit control sends this notification code in the form of a WM_COMMAND message.
EN_ALIGNLTR
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 |
|
See also
-
Reference
-
Other Resources