DragDropInfo.KeyStates 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取操作期间键盘的状态。 可以查询此字段以检查是否已按下某些键。
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
属性值
操作过程中键盘的状态。
注解
可以查询此字段以检查是否已按下某些键。