CRichEdit.GetEventMaskmethod
Retrieves the event mask for a rich edit control. The event mask specifies which notification messages the control sends to its parent window.
Syntax
FUNCTION GetEventMask (BYVAL hRichEdit AS HWND) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. |
Return value
This message returns the event mask for the rich edit control.
Description
Retrieves the event mask for a rich edit control. The event mask specifies which notification messages the control sends to its parent window.
Reference
- Defined in AfxNova/CRichEdit.inc:438
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class