Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / MouseButtonCombination Class
Members


MouseButtonCombination Class
Represents the state of a particular mouse button mapping.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class MouseButtonCombination 
 
'Usage
 
Dim instance As MouseButtonCombination
Remarks
A mouse mapping must include the mouse button being mapped, the number of (single or double) mouse clicks, and one or more modifier keys (such as SHIFT, CTRL, or ALT).
Inheritance Hierarchy

System.Object
   Attachmate.Reflection.Emulation.IbmHosts.MouseButtonCombination

See Also