DiagramCustomItemQueryContinueDragEventArgs.KeyStates Property
Gets the current state of the Shift, Ctrl, and Alt keys.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v25.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
| Type | Description |
|---|---|
| DragDropKeyState | A DevExpress.Diagram.Core.DragDropKeyState enumeration value. |
Available values:
| Name |
|---|
| None |
| LeftMouseButton |
| RightMouseButton |
| ShiftKey |
| ControlKey |
| MiddleMouseButton |
| AltKey |
See Also