MOUSE_BUTTON Enumeration

UFT One 2022 and later: Following the discontinuance of the Silverlight development framework, UFT One no longer supports the Silverlight Add-in out of the box.

If you need to use and extend the Silverlight Add-in, contact OpenText Support.

The button values for mouse related methods such as MouseClick and MouseDblClick.

Syntax

Visual Basic (Declaration) 
Public Enum MOUSE_BUTTON 
   Inherits Enum
C# 
public enum MOUSE_BUTTON : Enum  

Members

MemberDescription
LEFT_MOUSE_BUTTONLeft button
MIDDLE_MOUSE_BUTTONMiddle button
RIGHT_MOUSE_BUTTONRight button

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Mercury.QTP.Slv.CustomServer.MOUSE_BUTTON

See Also