Expand Minimize
1 out of 1 rated this helpful - Rate this topic

EM_SETEVENTMASK message

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 [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Richedit.h

See also

Reference
EM_GETEVENTMASK
Rich Edit Control Event Mask Flags

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.