DragDropInfo::KeyStates Property
Visual Studio 2015
Gets the state of the keyboard during the operation.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
public: property DragDropKeyStates KeyStates { [CompilerGeneratedAttribute] DragDropKeyStates get(); [CompilerGeneratedAttribute] private: void set(DragDropKeyStates value); }
Property Value
Type: System.Windows::DragDropKeyStatesThe state of the keyboard during the operation.
This field can be queried to check whether certain keys have been pressed.
Show: