CRichEdit.SetStoryTypemethod
Sets the story type.
Syntax
FUNCTION SetStoryType (BYVAL hRichEdit AS HWND, BYVAL Index AS LONG, BYVAL dwType AS DWORD) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. | |
Index | The story index. | |
dwType | The 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