DiagramDragEventArgs::ComputeEffect Method (DragDropEffects)

 

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.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
DragDropEffects ComputeEffect(
	DragDropEffects possibleTargetEffects
)

Parameters

possibleTargetEffects
Type: System.Windows.Forms::DragDropEffects

All possible effects that the drag/drop target can support.

Return to top
Show: