|
|
|
SftDirectoryFolder.DropTarget Property |
Creates an IDropTarget interface for the file/folder.
Syntax
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;
|
||
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.