Table of Contents

Interface ISupportDragAndDrop

A test object that supports drag and drop.

Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public interface ISupportDragAndDrop

Methods

DragAndDropOn(ISupportDragAndDrop)

Drags and drops a test object to the specified target object.

Declaration
void DragAndDropOn(ISupportDragAndDrop dropTarget)
Parameters
Type Name Description
ISupportDragAndDrop dropTarget

The 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.

Declaration
void DragAndDropOn(ISupportDragAndDrop dropTarget, DragAndDropArgs dragAndDropArgs)
Parameters
Type Name Description
ISupportDragAndDrop dropTarget

The target object on which this object is dropped.

DragAndDropArgs dragAndDropArgs

The drag and drop behavior to apply.