[]
This interface is for internal use only.
[ComVisible(true)]
[Guid("00000122-0000-0000-C000-000000000046")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[CLSCompliant(false)]
public interface IDropTarget
| Name | Description |
|---|---|
| DragEnter(IDataObject, uint, tagPOINT, ref uint) | This method is for internal use only. |
| DragLeave() | This method is for internal use only. |
| DragOver(uint, tagPOINT, ref uint) | This method is for internal use only. |
| Drop(IDataObject, uint, tagPOINT, ref uint) | This method is for internal use only. |