FileDropTargetManager Class

Represents the manager class for file drop target.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Windows.FormsFileDropTargetManager

Namespace:  Aspose.Email.Windows.Forms
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class FileDropTargetManager : IDropTarget

The FileDropTargetManager type exposes the following members.

Constructors
  NameDescription
Public methodFileDropTargetManager
Initializes a new instance of the FileDropTargetManager class.
Properties
  NameDescription
Public propertyAllowDrop
The AllowDrop property gets or sets permission for drag and drop operations.
Methods
  NameDescription
Public methodEnsureRegistered
Ensures the registered.
Public methodEnsureUnRegistered
Ensures the un registered.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also