Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / IsEnableDefineEvent Method
The number used to identify the event. The EventNumber is assigned with the DefineEvent method.
In This Topic
    IsEnableDefineEvent Method
    In This Topic
    Inspects the current state of a defined event.
    Syntax
    expression.IsEnableDefineEvent( _
       ByVal EventNumber 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.
    See Also