Piccolo.NET

PInputEventArgs.AllowedDragDropEffects Property

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

public virtual System.Windows.Forms.DragDropEffects AllowedDragDropEffects {get;}

Property Value

One of the DragDropEffects values.

Exceptions

Exception TypeCondition
InvalidOperationException Thrown if the event is not a drag drop event.

See Also

PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace