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:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public DragDropEffects AllowedEffect { get; }

Property Value

Type: DragDropEffects
The allowed effect.
See Also