ISupportDragAndDrop Interface
A test object that supports drag and drop.

C# Syntax

public interface ISupportDragAndDrop 
Public Methods
 NameDescription
MethodDragAndDropOnOverloaded. Drags and drops a test object to the specified target object.  
Top