Help Center

CRichEditCtx.GetCaretTypemethod

Windowsmethoddocumented

Syntax

FUNCTION GetCaretType () AS LONG
Also documented as CaretType — one description covers them all.

Parameters

NameDescription
ValueThe caret type. It can be one of the following values:

Description

Gets/sets the caret type.

Example

(GET) PROPERTY CaretType () AS LONG (SET) PROPERTY CaretType (BYVAL Value AS LONG) AS HRESULT

Reference

  • Defined in AfxNova/CRichEditCtx.inc:4470
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class