다음을 통해 공유


QueryContinueDragEventArgs.Action 속성

정의

연결된 끌어서 놓기 작업의 현재 상태를 가져오거나 설정합니다.

public:
 property System::Windows::DragAction Action { System::Windows::DragAction get(); void set(System::Windows::DragAction value); };
public System.Windows.DragAction Action { get; set; }
member this.Action : System.Windows.DragAction with get, set
Public Property Action As DragAction

속성 값

연결된 끌어서 놓기 작업의 현재 상태를 나타내는 열거형의 멤버 DragAction 입니다.

설명

기본적으로 QueryContinueDrag 이벤트는 ESC 키를 누른 경우 속성을 Cancel 설정하고 Action 왼쪽, 가운데 또는 오른쪽 마우스 단추가 해제된 경우로 설정합니다 ActionDrop.

적용 대상