InfoConnect for Airlines
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.
Constructor.
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