QueryContinueDragEventArgs.KeyStates 속성

정의

Shift, Ctrl 및 Alt 키의 현재 상태와 마우스 단추의 상태를 나타내는 플래그 열거형을 가져옵니다.

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 하나 이상의 멤버입니다.

설명

끌어서 놓기 작업의 효과는 특정 키의 상태에 따라 조정할 수 있습니다. 예를 들어 끌어서 놓기 작업 중에 Ctrl 키나 Shift 키를 누를지 여부에 따라 데이터를 복사하거나 이동할 수 있습니다.

적용 대상