documentationfor yFiles for HTML 3.0.0.3

Usages of DragDropEffects

Properties

dragDropEffectin DropInputModeGets or sets the DragDropEffects that will be used for drags on the canvas.
dropEffectin DragEventArgsGets or sets the effects that the current handler can realize.
effectAllowedin DragEventArgsGets the allowed effects for the current drag operation as specified by the DragSource.
effectAllowedin DragSourceGets or sets the DragDropEffects that will be used for the drag operation.

Method Return Values

from (DragDropEffects)in DragDropEffectsConverts the given argument to an enum constant of this enum type.

Method Parameters

DropInputMode (string, )in DropInputModeInitializes a new instance of the DropInputMode class for the given data type.
ItemDropInputMode (string, )in ItemDropInputModeInitializes a new instance of the ItemDropInputMode<T> class for the given data type.
LabelDropInputMode (string, )in LabelDropInputModeInitializes a new instance of the LabelDropInputMode class for the given data type.
startDrag (HTMLElement | SVGElement, ILabel, DragDropEffects?, boolean?, HTMLElement | SVGElement?)in LabelDropInputModeStarts a drag and drop operation for a ILabel.
NodeDropInputMode (string, )in NodeDropInputModeInitializes a new instance of the NodeDropInputMode class for the given data type.
startDrag (HTMLElement | SVGElement, INode, DragDropEffects?, boolean?, HTMLElement | SVGElement?)in NodeDropInputModeStarts a drag and drop operation for a INode.
PortDropInputMode (string, )in PortDropInputModeInitializes a new instance of the PortDropInputMode class for the given data type.
startDrag (HTMLElement | SVGElement, IPort, DragDropEffects?, boolean?, HTMLElement | SVGElement?)in PortDropInputModeStarts a drag and drop operation for a IPort.
StripeDropInputMode (string, )in StripeDropInputModeInitializes a new instance of the StripeDropInputMode class for the given data type.
startDrag (HTMLElement | SVGElement, IStripe, DragDropEffects?, boolean?, HTMLElement | SVGElement?)in StripeDropInputModeStarts a drag and drop operation for an IStripe.
from (DragDropEffects)in DragDropEffectsConverts the given argument to an enum constant of this enum type.
getName (DragDropEffects)in DragDropEffectsReturns the name of the given enum constant.
startDrag (DragDropItem, DragDropEffects?, boolean?, HTMLElement | SVGElement?)in DragSourceInitiates a new drag operation using the provided drag data and effects.