CRichEdit.GetStoryTypemethod
Gets the story type.
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
| 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
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class