Help Center

CRichEditCtx.CaretTypemethod

Gets/sets the caret type.

Windowsmethoddocumented

Syntax

PRIVATE PROPERTY CRichEditCtx.CaretType () AS LONG

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:4463
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class