IFileDropTargetControl Interface

Defines a interface for controls that can be target of drag and drop.

Namespace:  Aspose.Email.Windows.Forms
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public interface IFileDropTargetControl

The IFileDropTargetControl type exposes the following members.

Properties
  NameDescription
Public propertyAllowDrop
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
Public propertyHandle
Contains the window handle (HWND) of the control.
Methods
  NameDescription
Public methodOnDragDrop
Raises the DragDrop event.
Public methodOnDragEnter
Raises the DragEnter event.
Public methodOnDragLeave
Raises the DragLeave event.
Public methodOnDragOver
Raises the DragOver event.
See Also