FileDropTargetManager Constructor

Initializes a new instance of the FileDropTargetManager class.

Namespace:  Aspose.Email.Windows.Forms
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public FileDropTargetManager(
	Control owner
)

Parameters

owner
Type: System.Windows.FormsControl
The owner.
See Also