DragEventArgs.AllowedEffects 속성

정의

끌기 이벤트의 출처에서 허용하는 작업을 지정하는 DragDropEffects 열거형의 멤버를 가져옵니다.

public:
 property System::Windows::DragDropEffects AllowedEffects { System::Windows::DragDropEffects get(); };
public System.Windows.DragDropEffects AllowedEffects { get; }
member this.AllowedEffects : System.Windows.DragDropEffects
Public ReadOnly Property AllowedEffects As DragDropEffects

속성 값

DragDropEffects

끌기 이벤트의 출처에서 허용하는 작업을 지정하는 DragDropEffects 열거형의 멤버입니다.

설명

끌어서 놓기 작업을 호출 하 여 시작 되는 시기를 DoDragDrop 메서드를 허용 가능한 작업의 구성원으로 지정 된는 DragDropEffects 열거형입니다. 예를 들어, 읽기 전용 파일을 끌 때 끌기 개시자 나타내야 파일을 복사할 수는 있지만 이동할 없습니다 수는 합니다. 끌어 온된 데이터에 대 한 작업을 수행 하기 전에 작업은 허용 되도록이 속성을 검사 합니다.

적용 대상