Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / MouseButtonCombination Class / ModifierKeys Property
Example


In This Topic
ModifierKeys Property (MouseButtonCombination)
In This Topic
Gets the modifier key(s) associated with the combination.
Syntax
'Declaration
 
Public ReadOnly Property ModifierKeys As Keys
 
'Usage
 
Dim instance As MouseButtonCombination
Dim value As Keys
 
value = instance.ModifierKeys
Example
private System.Windows.Forms.Keys key;
private MouseButtonCombination mouseCombination;
//Call The ModifierKeys property
key = mouseCombination.ModifierKeys;
See Also