EnumDragDropKeyStates
Enum
Specifies the current state of the modifier keys (SHIFT, CTRL, and ALT), as well as the state of the mouse buttons.
Definition
Namespace:System.Windows
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
[Flags]
public enum DragDropKeyStates
Fields
AltKey
The ALT key is pressed.
ControlKey
The control (CTRL) key is pressed.
LeftMouseButton
The left mouse button is pressed.
MiddleMouseButton
The middle mouse button is pressed.
None
No modifier keys or mouse buttons are pressed.
RightMouseButton
The right mouse button is pressed.
ShiftKey
The shift (SHIFT) key is pressed.