InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / InactivityEventsIgnoreKeyboardMouse Property
In This Topic
    InactivityEventsIgnoreKeyboardMouse Property
    In This Topic
    Gets or sets how InfoConnect handles keyboard and mouse actions with events that are scheduled to execute after a period of inactivity.
    Syntax
    expression.InactivityEventsIgnoreKeyboardMouse As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    When this property is true (the default), mouse and keyboard activity are ignored, the period of inactivity is counted down, and the scheduled event is executed.

    When this property is false, keystrokes and mouse clicks reset the inactivity countdown when the InfoConnect terminal window has focus.

    Moving the mouse resets the inactivity countdown when InfoConnect is the foreground application.

    See Also