InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / MouseClickCount Enumeration


MouseClickCount Enumeration
Number of single or double mouse clicks used for a Mouse Map mapping.
Syntax
'Declaration
 
Public Enum MouseClickCount 
   Inherits System.Enum
 
'Usage
 
Dim instance As MouseClickCount
Members
MemberDescription
DoubleClickDouble button click. This is a placeholder value for future use; This value is currently not supported and should not be used.
SingleClickSingle button click.
Inheritance Hierarchy

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

See Also