Help Center

CRichEdit.SetStoryTypemethod

Sets the story type.

Windowsmethoddocumented

Syntax

FUNCTION SetStoryType (BYVAL hRichEdit AS HWND, BYVAL Index AS LONG, BYVAL dwType AS DWORD) AS DWORD

Parameters

NameDescription
hRichEditThe handle of the rich edit control.
IndexThe story index.
dwTypeThe new story type. See the list below.

Return value

The story type that was set.

Description

Sets the story type.

Reference

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