CRichEdit.ScrollCaretmethod
Scrolls the caret into view in a rich edit control.
Syntax
SUB ScrollCaret (BYVAL hRichEdit AS HWND)
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. |
Return value
The return value is not meaningful.
Description
Scrolls the caret into view in a rich edit control.
Reference
- Defined in AfxNova/CRichEdit.inc:922
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class