Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 in the Win32 documentation.
Example
See the example for CRichEditCtrl::SetEventMask.
CRichEditCtrl Overview | Class Members | Hierarchy Chart
See Also CRichEditCtrl::SetEventMask, CRichEditCtrl::CRichEditCtrl