This topic has not yet been rated - Rate this topic

EM_SETEVENTMASK message

Applies to: desktop apps only

Sets the event mask for a rich edit control. The event mask specifies which notification codes the control sends to its parent window.

Parameters

wParam

This parameter is not used; it must be zero.

lParam

New event mask for the rich edit control. For a list of event masks, see Rich Edit Control Event Mask Flags.

Return value

This message returns the previous event mask.

Remarks

The default event mask (before any is set) is ENM_NONE.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Richedit.h

See also

Reference
EM_GETEVENTMASK
Rich Edit Control Event Mask Flags

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Value
Why doesn't MS do this for us?

#define EM_SETEVENTMASK = WM_USER + 69
//0x0445