Help Center

CRichEditCtx.SetStoryTypemethod

Windowsmethoddocumented

Syntax

FUNCTION SetStoryType (BYVAL Index AS LONG, BYVAL dwType AS DWORD) AS DWORD
Also documented as StoryType — one description covers them all.

Parameters

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