InfoConnect for Unisys
MouseClickCount Enumeration


The number of clicks for a mouse mapping.
Syntax
'Declaration
 
Public Enum MouseClickCount 
   Inherits System.Enum
'Usage
 
Dim instance As MouseClickCount
public enum MouseClickCount : System.Enum 
Members
MemberDescription
DoubleClickDouble-button click. This is a placeholder value for future use. This value is not currently supported and should not be used.
SingleClickSingle-button click.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.MouseClickCount

See Also