Share via


DiagramDragEventArgs.AllowedEffect Property

Definition

Gets which drag-and-drop operations are allowed by the originator (or source) of the drag event.

public:
 property System::Windows::Forms::DragDropEffects AllowedEffect { System::Windows::Forms::DragDropEffects get(); };
public System.Windows.Forms.DragDropEffects AllowedEffect { get; }
member this.AllowedEffect : System.Windows.Forms.DragDropEffects
Public ReadOnly Property AllowedEffect As DragDropEffects

Property Value

Applies to