InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / MouseButtonCombination Class / MouseButtonCombination Constructor / MouseButtonCombination Constructor(MouseButtons,Keys,MouseClickCount)
The mouse button associated with the combination.
The modifier keys associated with the combination.
The number of mouse clicks associated with the combination.


In This Topic
    MouseButtonCombination Constructor(MouseButtons,Keys,MouseClickCount)
    In This Topic
    Initializes a new instance of the MouseButtonCombination class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal button As MouseButtons, _
       ByVal modifierKeys As Keys, _
       ByVal clickCount As MouseClickCount _
    )
    'Usage
     
    
    Dim button As MouseButtons
    Dim modifierKeys As Keys
    Dim clickCount As MouseClickCount
     
    Dim instance As New MouseButtonCombination(button, modifierKeys, clickCount)
    public MouseButtonCombination( 
       MouseButtons button,
       Keys modifierKeys,
       MouseClickCount clickCount
    )

    Parameters

    button
    The mouse button associated with the combination.
    modifierKeys
    The modifier keys associated with the combination.
    clickCount
    The number of mouse clicks associated with the combination.
    See Also