Admin Production rocket
Current Publication

Location 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.
Location Property
In This Topic
Gets the location of the mouse during the generating mouse event, relative to the upper-left corner of the session window.
Syntax

                     
                     
'Declaration
 

                     
                     
Public ReadOnly Property Location As Point

                  

                     
                     
'Usage
 

                     
                     
Dim instance As MouseEventArgsEx
Dim value As Point
 
value = instance.Location

                  

                     
                     
public Point Location {get;}

                  

Property Value

A Point structure that contains the x- and y- mouse coordinates, in pixels, relative to the upper-left corner of the session window.
See Also