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


MouseWheelDirection Enumeration
Mouse wheel scroll direction used for a Mouse Map mapping.
Syntax
'Declaration
 
Public Enum MouseWheelDirection 
   Inherits System.Enum
 
'Usage
 
Dim instance As MouseWheelDirection
Members
MemberDescription
NoneUndefined - no wheel mapping
WheelDownMouse wheel scrolling down.
WheelUpMouse wheel scrolling up.
Inheritance Hierarchy

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

See Also