Share via


DiagramDragEventArgs.AllowedEffect Property

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

Syntax

'Declaration
Public ReadOnly Property AllowedEffect As DragDropEffects
'Usage
Dim instance As DiagramDragEventArgs 
Dim value As DragDropEffects 

value = instance.AllowedEffect
public DragDropEffects AllowedEffect { get; }
public:
property DragDropEffects AllowedEffect {
    DragDropEffects get ();
}
public function get AllowedEffect () : DragDropEffects

Property Value

Type: System.Windows.Forms.DragDropEffects

.NET Framework Security

See Also

Reference

DiagramDragEventArgs Class

DiagramDragEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace