Contents
|
PyCRichEditCtrl
.SetEventMask
int =
SetEventMask(
eventMask
)
Sets the event motification mask.
Parameters
eventMask
: int
The new event mask. Must be one of the win32con.ENM_* flags.
MFC References
CRichEditCtrl::SetEventMask
Return Value
The return value is the previous event mask.