DiagramCustomItemQueryContinueDragEventArgs.KeyStates Property
Gets the current state of the Shift, Ctrl, and Alt keys.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.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