Skip to main content

DiagramCustomItemQueryContinueDragEventArgs.KeyStates Property

Gets the current state of the Shift, Ctrl, and Alt keys.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DragDropKeyState KeyStates { get; }

Property Value

Type Description
DragDropKeyState

A DevExpress.Diagram.Core.DragDropKeyState enumeration value.

Available values:

Name
None
LeftMouseButton
RightMouseButton
ShiftKey
ControlKey
MiddleMouseButton
AltKey
See Also