IFileDropTargetControl Interface |
Namespace: Aspose.Email.Windows.Forms
The IFileDropTargetControl type exposes the following members.
Name | Description | |
---|---|---|
AllowDrop |
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
| |
Handle |
Contains the window handle (HWND) of the control.
|
Name | Description | |
---|---|---|
OnDragDrop |
Raises the DragDrop event.
| |
OnDragEnter |
Raises the DragEnter event.
| |
OnDragLeave |
Raises the DragLeave event.
| |
OnDragOver |
Raises the DragOver event.
|