CimEvent.Type (read-only property)

Obsolete

Replaced by a GefEventContext

Syntax

CimEvent.Type

Description

Returns an Integer representing the type of event.

Comments

The type is one of the following values:

CIM_ET_NONE

CIM_ET_MOUSE_DOWN

CIM_ET_MOUSE_UP

CIM_ET_KEY_DOWN

CIM_ET_KEY_UP

CIM_ET_WHILE_MOUSE_DOWN

CIM_ET_WHILE_KEY_DOWN

CIM_ET_TIMED

CIM_ET_EXPRESSION_HIGH

CIM_ET_EXPRESSION_UPDATE

CIM_ET_SCREEN_OPEN

CIM_ET_SCREEN_CLOSE

CIM_ET_OLE_EVENT

Example

Dim Ev As CimEvent

Set Ev = CimGetEvent()

If Ev.Type = CIM_ET_SCREEN_OPEN Then

   

More information

Obsolete basic extensions.