DragDropInfo.KeyStates 属性

定义

获取操作期间键盘的状态。 可以查询此字段以检查是否已按下某些键。

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

属性值

DragDropKeyStates

操作过程中键盘的状态。

注解

可以查询此字段以检查是否已按下某些键。

适用于