Поделиться через


CRichEditCtrl::GetEventMask

Gets the event mask for this CRichEditCtrl object.

long GetEventMask( ) const;

Возвращаемое значение

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 Windows SDK.

Пример

See the example for CRichEditCtrl::SetEventMask.

Требования

Header: afxcmn.h

См. также

Основные понятия

CRichEditCtrl Class

CRichEditCtrl Members

Hierarchy Chart

CRichEditCtrl::SetEventMask

CRichEditCtrl::CRichEditCtrl