CRichEditCtrl::GetEventMask
Gets the event mask for this CRichEditCtrl object.
long GetEventMask( ) const;
Return Value
The event mask for this CRichEditCtrl object.
Remarks
The event mask specifies which notification messages the CRichEditCtrl object sends to its parent window.
For more information, see EM_GETEVENTMASK in the Windows SDK.
Example
See the example for CRichEditCtrl::SetEventMask.
Requirements
Header: afxcmn.h