DragDropInfo.KeyStates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.