DragDropArgsAllowedEffect Property |
Returns which drag-and-drop operations are allowed by the originator (or source) of the drag event.
Namespace:
Easymap.AddIn.Common
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic DragDropEffects AllowedEffect { get; }
Public ReadOnly Property AllowedEffect As DragDropEffects
Get
Property Value
Type:
DragDropEffects
See Also