Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / InactivityEventsIgnoreKeyboardMouse Property


In This Topic
InactivityEventsIgnoreKeyboardMouse Property
In This Topic
Gets or sets how Reflection handles keyboard and mouse actions with events that are scheduled to execute after a period of inactivity. 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 Reflection terminal window has focus. Moving the mouse resets the inactivity countdown when Reflection is the foreground application.
Syntax
'Declaration
 
Property InactivityEventsIgnoreKeyboardMouse As Boolean
 
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.InactivityEventsIgnoreKeyboardMouse = value
 
value = instance.InactivityEventsIgnoreKeyboardMouse
See Also