Admin Production rocket
Current Publication

ReGISMoveMouse Property

InfoConnect Desktop InfoConnect .NET API Guide V18.0.1
Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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