Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts 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)

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