Interface ISupportDragAndDrop
A test object that supports drag and drop.
public interface ISupportDragAndDrop
Methods
DragAndDropOn(ISupportDragAndDrop)
Drags and drops a test object to the specified target object.
void DragAndDropOn(ISupportDragAndDrop dropTarget)
Parameters
dropTargetISupportDragAndDropThe target object on which this object is dropped.
DragAndDropOn(ISupportDragAndDrop, DragAndDropArgs)
Drags and drops a test object to the specified target object according to the specified DragAndDropArgs behavior.
void DragAndDropOn(ISupportDragAndDrop dropTarget, DragAndDropArgs dragAndDropArgs)
Parameters
dropTargetISupportDragAndDropThe target object on which this object is dropped.
dragAndDropArgsDragAndDropArgsThe drag and drop behavior to apply.