long GetEventMask( ) const;
Return Value
The event mask for this CRichEditCtrl object.
Remarks
Call this function to get the event mask for this CRichEditCtrl object. The event mask specifies which notification messages the CRichEditCtrl object sends to its parent window.
For more information, see EM_GETEVENTMASK in the Win32 documentation.
Example
See the example for CRichEditCtrl::SetEventMask.
CRichEditCtrl Overview | Class Members | Hierarchy Chart
See Also CRichEditCtrl::SetEventMask, CRichEditCtrl::CRichEditCtrl