DragDropInfo::AllowedEffects Property
Visual Studio 2015
Gets the drag and drop effects allowed by the source.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
public: property DragDropEffects AllowedEffects { [CompilerGeneratedAttribute] DragDropEffects get(); [CompilerGeneratedAttribute] private: void set(DragDropEffects value); }
As part of the contract between the source and the target, the target must honor the effects allowed by the source. For example, if the source does not permit a Move, then the target should not execute a move.
Show: