IsEnableDefineEvent Method
Inspects the current state of a defined event.
expression.IsEnableDefineEvent( _
ByVal As Integer _
) As Boolean
where
expression is a variable that represents a
IbmScreen Object
Parameters
- EventNumber
- The number used to identify the event. The EventNumber is assigned with the DefineEvent method.
Return Value
Returns true if the event is enabled or false if it is disabled.