Help Center

CRichEdit.GetStoryTpemethod

Windowsmethoddocumented

Syntax

FUNCTION GetStoryTpe (BYVAL hRichEdit AS HWND, BYVAL Index AS DWORD) AS DWORD
Also documented as GetStoryType — one description covers them all.

Parameters

NameDescription
hRichEditThe handle of the rich edit control.
IndexThe story index.

Return value

Returns the story type, which can be a client-defined custom value, or one of the following values:

Description

Gets the story type.

Reference

  • Defined in AfxNova/CRichEdit.inc:655
  • Documented in Windows/WIndows Controls/CRichEdit Class.md
  • Topic: CRichEdit Class