[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IDropTarget

IDropTarget Interface

This interface is for internal use only.

Namespace: C1.Win.C1Editor.Internal.HTML
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
[ComVisible(true)]
[Guid("00000122-0000-0000-C000-000000000046")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[CLSCompliant(false)]
public interface IDropTarget

Methods

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.