[Flags()] public enum GestureModifiers : System.Enum
[Flags()] public enum GestureModifiers : System.Enum
| Member | Description |
|---|---|
| Alt | As if the Alt key is being held down during the simulated mouse gesture. |
| Control | As if the Control key is being held down during the simulated mouse gesture. |
| None | No Control/Shift/Alt modifier for the simulated mouse gesture. |
| Shift | As if the Shift key is being held down during the simulated mouse gesture. |
System.Object
System.ValueType
System.Enum
Northwoods.GoXam.GestureModifiers