CRichEditCtrl::SetEventMask
更新 : 2007 年 11 月
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);
必要条件
ヘッダー : afxcmn.h