InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / MouseButtonCombination Class
Members


In This Topic
    MouseButtonCombination Class
    In This Topic
    Represents the state of a particular mouse button mapping.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public Class MouseButtonCombination 
    'Usage
     
    
    Dim instance As MouseButtonCombination
    [Serializable()]
    public class MouseButtonCombination 
    Remarks
    A mouse mapping must include the mouse button being mapped, the number of (single or double) mouse clicks, and one or more modifier keys (such as SHIFT, CTRL, or ALT).
    Inheritance Hierarchy

    System.Object
       Attachmate.Reflection.Emulation.IbmHosts.MouseButtonCombination

    See Also