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 public DragDropEffects AllowedEffect { get; }
Property Value
Type:
DragDropEffectsThe allowed effect.
See Also