CRichEditCtx.GetStoryTypemethod
Syntax
FUNCTION GetStoryType (BYVAL Index AS DWORD) AS DWORD
Also documented as
StoryType — one description covers them all.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:1730
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class