Table of Contents

Interface ISupportDragAndDrop

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

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

dropTarget ISupportDragAndDrop

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.

void DragAndDropOn(ISupportDragAndDrop dropTarget, DragAndDropArgs dragAndDropArgs)

Parameters

dropTarget ISupportDragAndDrop

The target object on which this object is dropped.

dragAndDropArgs DragAndDropArgs

The drag and drop behavior to apply.