Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This message sets the inclusion flag for soft line-break characters on or off within a multiline edit control. A soft line break consists of two carriage returns and a linefeed and is inserted at the end of a line that is broken because of word wrapping.
Syntax
EM_FMTLINES wParam = (WPARAM)(BOOL) fAddEOL; lParam = 0; |
Parameters
- fAddEOL
-
Boolean value that specifies whether soft-line break characters are to be inserted. A value of TRUE inserts the characters; a value of FALSE removes them.
- lParam
-
Not used; set to 0.
Return Value
The return value is identical to the fAddEOLparameter.
Remarks
This message affects only the text returned by the WM_GETTEXTmessage. EM_FMTLINES has no effect on the display of the text within the edit control.
The EM_FMTLINES message does not affect a line that ends with a hard line break. A hard line break consists of one carriage return and a linefeed.
The size of the text changes when this message is processed.
Requirements
Header | windows.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |