Enum DragDropKeyStates
Specifies the current state of the modifier keys (SHIFT, CTRL, and ALT), as well as the state of the mouse buttons.
Namespace: Microsoft.Windows
Assembly: OpenSilver.Controls.Toolkit.dll
Syntax
[Flags]
public enum DragDropKeyStates
Fields
| Name | Description |
|---|---|
| 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. |