Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / EnableDefineEvent Method
The identifier assigned to the event in the DefineEvent method.
Sets whether to enable or disable the event. A value of 1 enables the event. All other values disable the event.
In This Topic
    EnableDefineEvent Method
    In This Topic

    Enables a defined event.

    Syntax
    expression.EnableDefineEvent( _
       ByVal EventNumber As Integer, _
       ByVal Enabled As Integer _
    ) 
    where expression is a variable that represents a IbmScreen Object

    Parameters

    EventNumber
    The identifier assigned to the event in the DefineEvent method.
    Enabled
    Sets whether to enable or disable the event. A value of 1 enables the event. All other values disable the event.
    See Also