EM_SCROLLCARET message
Scrolls the caret into view in an edit control. You can send this message to either an edit control or a rich edit control.
Parameters
- wParam
-
This parameter is reserved. It should be set to zero.
- lParam
-
This parameter is reserved. It should be set to zero.
Return value
The return value is not meaningful.
Remarks
Rich Edit: Supported in Microsoft Rich Edit 1.0 and later. For information about the compatibility of rich edit versions with the various system versions, see About Rich Edit Controls.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
- Reference
- EM_LINESCROLL
- EM_SCROLL
- WM_VSCROLL
Show: