DragDropInfo::KeyStates Property

 

Gets the state of the keyboard during the operation.

Namespace:   Microsoft.VisualStudio.Text.Editor.DragDrop
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::DragDropKeyStates

The state of the keyboard during the operation.

This field can be queried to check whether certain keys have been pressed.

Return to top
Show: