Version

IGMouseAction Enumeration

Represents a type of Mouse Action
Syntax
'Declaration
 
Public Enum IGMouseAction 
   Inherits System.Enum
public enum IGMouseAction : System.Enum 
Members
MemberDescription
igClickRepresents a left click mouse action.
igDblClickRepresents a double left click mouse action.
igMouseDownRepresents a mouse down action that is button neutral, meaning that the button is intended to be supplied. The default being the left mouse button.
igMouseMoveRepresents a mouse move action.
igMouseUpRepresents a mouse up action that is button neutral, meaning that the button is intended to be supplied. The default being the left mouse button.
igRightClickRepresents a right click mouse action.
Requirements

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

See Also