Help Center

CRichEditCtx.ActiveStorymethod

Gets/sets the active story.

Windowsmethoddocumented

Syntax

PRIVATE PROPERTY CRichEditCtx.ActiveStory () AS ITextStory PTR

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:4879
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class