Help Center

CRichEdit.GetStoryTypemethod

Gets the story type.

Windowsmethoddoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

FUNCTION GetStoryTpe (BYVAL hRichEdit AS HWND, BYVAL Index AS DWORD) AS DWORD

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

  • Documented in Windows/WIndows Controls/CRichEdit Class.md
  • Topic: CRichEdit Class