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