Help Center

CRichEditCtx.GetActiveStorymethod

Windowsmethoddocumented

Syntax

FUNCTION GetActiveStory () AS ITextStory PTR
Also documented as ActiveStory — one description covers them all.

Return value

A pointer to the ITextStory interface of the active story.

Description

Gets/sets the active story; that is, the story that receives keyboard and mouse input.

Example

(GET) PROPERTY ActiveStory () AS ITextStory PTR (SET) PROPERTY ActiveStory (BYVAL pStory AS ITextStory PTR)

Reference

  • Defined in AfxNova/CRichEditCtx.inc:4886
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class