다음을 통해 공유


DataTransfer.DropEffect 속성

정의

현재 선택된 끌어서 놓기 작업의 형식을 가져오거나 작업을 새 형식으로 설정합니다. 값은 none, copy, link 또는 move여야 합니다.

public:
 property System::String ^ DropEffect { System::String ^ get(); void set(System::String ^ value); };
public string DropEffect { get; set; }
member this.DropEffect : string with get, set
Public Property DropEffect As String

속성 값

적용 대상