DragEventArgs.Effects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the target drag-and-drop operation.
public:
property System::Windows::DragDropEffects Effects { System::Windows::DragDropEffects get(); void set(System::Windows::DragDropEffects value); };
public System.Windows.DragDropEffects Effects { get; set; }
member this.Effects : System.Windows.DragDropEffects with get, set
Public Property Effects As DragDropEffects
Property Value
A member of the DragDropEffects enumeration specifying the target drag-and-drop operation.
Remarks
By default, the effect specified in this property determines the mouse cursor for the target of a drag-and-drop operation. This is useful to provide feedback to the user on the operation that will occur when the corresponding object is dropped.