Class DragDropKeyStates
Specifies the current state of the modifier keys (SHIFT, CTRL, and ALT), as well as the state of the mouse buttons.
Inheritance
Namespace: System.Windows
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class DragDropKeyStates : Enum
Fields
AltKey
The ALT key is pressed.
Declaration
public const DragDropKeyStates AltKey
Field Value
DragDropKeyStates
|
ControlKey
The control (CTRL) key is pressed.
Declaration
public const DragDropKeyStates ControlKey
Field Value
DragDropKeyStates
|
LeftMouseButton
The left mouse button is pressed.
Declaration
public const DragDropKeyStates LeftMouseButton
Field Value
DragDropKeyStates
|
MiddleMouseButton
The middle mouse button is pressed.
Declaration
public const DragDropKeyStates MiddleMouseButton
Field Value
DragDropKeyStates
|
None
No modifier keys or mouse buttons are pressed.
Declaration
public const DragDropKeyStates None
Field Value
DragDropKeyStates
|
RightMouseButton
The right mouse button is pressed.
Declaration
public const DragDropKeyStates RightMouseButton
Field Value
DragDropKeyStates
|
ShiftKey
The shift (SHIFT) key is pressed.
Declaration
public const DragDropKeyStates ShiftKey
Field Value
DragDropKeyStates
|
value__
Declaration
public int value__
Field Value
System.Int32
|