QueryContinueDragEventArgs.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 a flag enumeration indicating the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
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
One or more members of the DragDropKeyStates flag enumeration.
Remarks
The effect of a drag-and-drop operation can be adjusted depending on the state of a particular key. For example, data may either be copied or moved depending on whether the CTRL or SHIFT keys are pressed during the drag-and-drop operation.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET