The enumeration of the various keys that are relevant to drag and drop operations.
Namespace: yWorks.Support.WindowsAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
[FlagsAttribute] public enum DragDropKeyStates |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration DragDropKeyStates |
Members
| Member name | Description | ||
|---|---|---|---|
| LeftMouseButton | 1 | The left mouse button is down. | |
| None | 0 | No button is pressed. | |
| ShiftKey | 4 | The shift key is down. | |
| ControlKey | 8 | The control key is down. | |
| AltKey | 32 | The alt key is down. |
Remarks
This enumeration is used by QueryContinueDragEventArgs