Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the end of line character used for the content of the edit control. You can use this macro or send the EM_GETENDOFLINE message explicitly.
Syntax
EC_ENDOFLINE Edit_GetEndOfLine(
HWND hwndCtl
);
Parameters
hwndCtl
A handle to the edit control.
Return value
Type: EC_ENDOFLINE
Returns an EC_ENDOFLINE value that represents the end of line character currently in use for a given edit control.
It can be one of the following EC_ENDOFLINE values.
| Value | Meaning |
|---|---|
| EC_ENDOFLINE_CRLF | The end-of-line character used for new linebreaks is carriage return followed by linefeed (CRLF). |
| EC_ENDOFLINE_CR | The end-of-line character used for new linebreaks is carriage return (CR). |
| EC_ENDOFLINE_LF | The end-of-line character used for new linebreaks is linefeed (LF). |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 [desktop apps only] |
| Minimum supported server | Windows Server [desktop apps only] |
| Target Platform | Windows |
| Header | commctrl.h |