This message is sent by an application to retrieve the number of lines in a multiline edit control. This message has no parameters.
At a Glance
Header file: | Winuser.h |
Windows CE versions: | 1.0 and later |
Syntax
EM_GETLINECOUNT wParam = 0; lParam = 0;
Return Values
An integer specifying the number of lines in the multiline edit control indicates success. 1 indicates that no text is in the edit control.
See Also