CRichEditCtx.GetStorymethod
Retrieves the story that corresponds to a particular index.
Syntax
FUNCTION GetStory (BYVAl Index AS LONG) AS ITextStory PTR
Parameters
| Name | Description | |
|---|---|---|
Index | The index of the story to retrieve. |
Return value
A pointer to the ITextStory interface.
Description
Retrieves the story that corresponds to a particular index.
Reference
- Defined in AfxNova/CRichEditCtx.inc:4869
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class