Set Window/Child Window Event Mask (eventmask)

Description

Sets the window event mask.

Applies To

Window/Form and Child Window

Property Type

Integer

ResCompiler Syntax

eventmask [event_mask]

ResCompiler Default

EM_ALL (all events)

 

Event Mask

Event(s) Reported

EM_ACTIVATE

Activation messages.

EM_CHECK

Check box or radio button check or uncheck.

EM_CLOSE

Window close.

EM_EDITMODIFY

Edit or list edit modified

EM_EDITFOCUS

Edit, list edit, or custom edit focus change.

EM_FOCUS

Focus movement in or out of a window.

EM_CHAR

Key press.

EM_LISTCLICK

List item click or double-click.

EM_MOUSEDOWN

Mouse button press.

EM_MOUSEUP

Mouse button release.

EM_MOUSEDOUBLE

Mouse double-click.

EM_MOUSEMOVE

Mouse movement.

EM_NONE

None.

EM_SCROLLPOS

Scroll bar position changed by clicking the scroll bar arrows.

EM_SCROLLTRACK

Scroll bar position by dragging the scroll bar thumb.

EM_SYSEVENT

System events.

EM_SIZE

Window resize.