CRichEdit.GetStoryTpemethod
Syntax
FUNCTION GetStoryTpe (BYVAL hRichEdit AS HWND, BYVAL Index AS DWORD) AS DWORD
Also documented as
GetStoryType — one description covers them all.Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. | |
Index | The 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