Class FileDropTargetManager

FileDropTargetManager class

Represents the manager class for file drop target.

public sealed class FileDropTargetManager : IDropTarget

Constructors

NameDescription
FileDropTargetManager(Control)Initializes a new instance of the FileDropTargetManager class.

Properties

NameDescription
AllowDrop { get; set; }The AllowDrop property gets or sets permission for drag and drop operations.

Methods

NameDescription
EnsureRegistered(IDropTarget)Ensures the registered.
EnsureUnRegistered(IDropTarget)Ensures the un registered.

See Also