CRichEditCtx.SetCaretTypemethod
Syntax
FUNCTION SetCaretType (BYVAL Value AS LONG) AS HRESULT
Also documented as
CaretType — one description covers them all.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:4485
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class