DiagramDragEventArgs.AllowedEffect Property

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

Syntax

'宣言
Public ReadOnly Property AllowedEffect As DragDropEffects
'使用
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

Permissions

See Also

Reference

DiagramDragEventArgs Class

DiagramDragEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace