Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / MouseButtonCombination Class / MouseButtonCombination Constructor / MouseButtonCombination Constructor(MouseWheelDirection,Keys)
The mouse wheel scroll direction associated with the combination.
The modifier keys associated with the combination.


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

Parameters

direction
The mouse wheel scroll direction associated with the combination.
modifierKeys
The modifier keys associated with the combination.
See Also