CRichEdit.GetOptionsmethod
Retrieves rich edit control options.
Syntax
FUNCTION GetOptions (BYVAL hRichEdit AS HWND) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. |
Return value
This message returns a combination of the current option flag values described in the SetOptions message.
Description
Retrieves rich edit control options.
Reference
- Defined in AfxNova/CRichEdit.inc:566
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class