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

属性值

适用于