Defines a DragDropBehavior for drag-drop operations in a FileDialogFormBase.
Definition
Namespace:Telerik.WinControls.FileDialogs.DragDrop
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class FileBrowserDragDropBehavior : DragDropBehavior<DragDropState>
Inheritance: objectDragDropBehavior<DragDropState>FileBrowserDragDropBehavior
Inherited Members
Constructors
C#
public FileBrowserDragDropBehavior()
Methods
Returns a value specifying whether the current drag operation can be completed.
C#
public override bool CanDrop(DragDropState state)
DragDropState that provides context for the current operation.
Returns:True if the drag operation can be completed, otherwise false.
Overrides:
Remarks:
This method is called only in the context of the drop target control.
Completes the drop operation. This method is called only in the context of the drop target control.
C#
public override void Drop(DragDropState state)
DragDropState that provides context for the current operation.
Overrides: