FileDropTargetManager Constructor |
Namespace:
Aspose.Email.Windows.Forms
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public FileDropTargetManager(
Control owner
)
Public Sub New (
owner As Control
)
public:
FileDropTargetManager(
Control^ owner
)
new :
owner : Control -> FileDropTargetManager
Parameters
- owner
- Type: System.Windows.FormsControl
The owner.
See Also