Admin Production rocket
Current Publication

MouseButtonCombination Constructor(MouseButtons,Keys,MouseClickCount)

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
The mouse button associated with the combination.
The modifier keys associated with the combination.
The number of mouse clicks associated with the combination.
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