DiagramDragEventArgs::ComputeEffect Method (DragDropEffects)
Visual Studio 2015
This method returns the single resultant drop effect given the possible effects that the drag/drop target can support. The drag source's allowed effects combined with the key states will be used to determine the resultant effect.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- possibleTargetEffects
-
Type:
System.Windows.Forms::DragDropEffects
All possible effects that the drag/drop target can support.
Return Value
Type: System.Windows.Forms::DragDropEffects
Show: