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


In This Topic
    MouseWheelDirection Enumeration
    In This Topic
    Mouse wheel scroll direction used for a Mouse Map mapping.
    Syntax
    'Declaration
     
    
    Public Enum MouseWheelDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MouseWheelDirection
    public enum MouseWheelDirection : System.Enum 
    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