Help Center

CRichEdit.ScrollCaretmethod

Scrolls the caret into view in a rich edit control.

Windowsmethoddocumented

Syntax

SUB ScrollCaret (BYVAL hRichEdit AS HWND)

Parameters

NameDescription
hRichEditThe 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