CRichEditCtx.CaretTypemethod
Gets/sets the caret type.
Syntax
PRIVATE PROPERTY CRichEditCtx.CaretType () AS LONG
Parameters
| Name | Description | |
|---|---|---|
Value | The 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