The IDLitWindow::SetEventMask procedure method enables the given events within this window.
When an event occurs within this window, if the corresponding event type is enabled, then the list of its window event observers will be notified of the event. See IDLitWindow::AddWindowEventObserver for more details.
Obj->[IDLitWindow::]SetEventMask([EventMask] [, /BUTTON_EVENTS] [, /KEYBOARD_EVENTS] [, /MOTION_EVENTS] [, /TRACKING_EVENTS])
An unsigned long integer representing the bitwise mask for the events that are to be enabled for this window. The bits in the mask are as follows:
This argument is optional; the keywords described below may be used instead.
Set this keyword to indicate that mouse button events are to be enabled for this window.
Set this keyword to indicate the keyboard events are to be enabled for this window.
Set this keyword to indicate that mouse motion events are to be enabled for this window.
Set this keyword to indicate that tracking events are to be enabled for this window.
Introduced: 6.0