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


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

    System.Object
       Attachmate.Reflection.Emulation.OpenSystems.MouseButtonCombination

    See Also