'Declaration Public Enum IGMouseAction Inherits System.Enum
public enum IGMouseAction : System.Enum
__value public enum IGMouseAction : public System.Enum
Member | Description |
---|---|
igClick | Represents a left click mouse action. |
igDblClick | Represents a double left click mouse action. |
igMouseDown | Represents a mouse down action that is button neutral, meaning that the button is intended to be supplied. The default being the left mouse button. |
igMouseMove | Represents a mouse move action. |
igMouseUp | Represents a mouse up action that is button neutral, meaning that the button is intended to be supplied. The default being the left mouse button. |
igRightClick | Represents a right click mouse action. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2