SftDirectory 2.5

SftDirectoryFolder.DropTarget Property

Softel vdm, Inc.

Creates an IDropTarget interface for the file/folder.

Syntax       

Get

VB.NET

refDropTarget = object.DropTarget  As IDropTarget

VB

Set refDropTarget = object.DropTarget  As IDropTarget

C#.NET

IDropTarget refDropTarget = object.DropTarget;

VC++

IDropTarget* refDropTarget = object->DropTarget;
IDropTarget* refDropTarget = object->GetDropTarget();

C

HRESULT object->get_DropTarget(IDropTarget** refDropTarget);

Delphi

refDropTarget := object.DropTarget  : IDropTarget;

object

A SftDirectoryFolder object.

refDropTarget

Creates an IDropTarget interface for the file/folder.

Comments

The DropTarget property creates an IDropTarget interface for the file/folder.

For more information about the IDropTarget interface, please consult the Windows documentation.  The IDropTarget interface provided, is not implemented by SftDirectory. It is implemented by the Windows Shell or Shell extensions.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com