CRichEditCtx.StoryTypeproperty
Gets/sets the story type.
Syntax
PROPERTY StoryType (BYVAL Index AS DWORD) AS DWORD
PROPERTY StoryType (BYVAL Index AS LONG, BYVAL dwType AS DWORD)
Parameters
| Name | Description | |
|---|---|---|
Index | (GET/SET) The story index. | |
dwType | (SET) The new story type. See the list below. |
Return value
(GET) Returns the story type, which can be a client-defined custom value, or one of the values listed in the table above.
(SET) The story type that was set. Call the (GET) StoryType property to get the value.
Description
Gets/sets the story type.
Reference
- Defined in AfxNova/CRichEditCtx.inc:1714
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class