Help Center

CRichEditCtx.GetStorymethod

Retrieves the story that corresponds to a particular index.

Windowsmethoddocumented

Syntax

FUNCTION GetStory (BYVAl Index AS LONG) AS ITextStory PTR

Parameters

NameDescription
IndexThe 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