CRichEditCtrl::SetEventMask
将此 CRichEditCtrl 对象的事件掩码。
DWORD SetEventMask(
DWORD dwEventMask
);
参数
- dwEventMask
此 CRichEditCtrl 对象的新事件掩码。
返回值
上一事件掩码。
备注
事件蒙板指定要通知消息 CRichEditCtrl 对象发送到其父窗口。
有关更多信息,请参见 Windows SDK的 EM_SETEVENTMASK。
示例
// Set the event mask so that the parent gets notified when the text
// of the rich edit control changes.
m_myRichEditCtrl.SetEventMask(m_myRichEditCtrl.GetEventMask() |
ENM_CHANGE);
要求
Header: afxcmn.h