Piccolo.NET

PInputEventArgs.DragDropEffect Property

Gets or sets the target drop effect in a drag-and-drop operation.

public virtual System.Windows.Forms.DragDropEffects DragDropEffect {get; set;}

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