Share via


DragDropInfo.KeyStates Property

Definition

Gets the state of the keyboard during the operation. This field can be queried to check whether certain keys have been pressed.

public:
 property System::Windows::DragDropKeyStates KeyStates { System::Windows::DragDropKeyStates get(); };
public System.Windows.DragDropKeyStates KeyStates { get; }
member this.KeyStates : System.Windows.DragDropKeyStates
Public ReadOnly Property KeyStates As DragDropKeyStates

Property Value

The state of the keyboard during the operation.

Remarks

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

Applies to