DataTransfer.DropEffect Property

Definition

Gets the type of drag-and-drop operation currently selected or sets the operation to a new type. The value must be none, copy, link or 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

Property Value

Applies to