InfoConnect for Airlines
MouseButtonCombination Class
Members 


Represents the state of a particular mouse button mapping.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class MouseButtonCombination 
'Usage
 
Dim instance As MouseButtonCombination
[Serializable()]
public class 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.Common.MouseButtonCombination

See Also