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 이벤트 집합을 Action 속성을 Cancel ESC 키를 설정 하는 경우 ActionDrop 왼쪽, 가운데 또는 오른쪽 마우스 단추를 놓을 경우.

적용 대상