Click or drag to resize

DragDropTargetEventArgsAllowedEffect Property

Gets which drag-and-drop operations are allowed by the originator (or source) of the drag event.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public DragDropEffects AllowedEffect { get; }

Property Value

Type: DragDropEffects
The allowed effect.
See Also