InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ReGISMoveMouse Property


In This Topic
    ReGISMoveMouse Property
    In This Topic
    Gets or sets what happens to the ReGIS cursor when you move the Windows mouse to a location in the InfoConnect terminal window that is different from the position the host has established. To disable this feature and enable the ability to "click ahead," change the setting of ReGISMoveMouse to False.
    Syntax
    'Declaration
     
    
    Property ReGISMoveMouse As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.ReGISMoveMouse = value
     
    value = instance.ReGISMoveMouse
    bool ReGISMoveMouse {get; set;}
    See Also