Class FileBrowserDragDropBehavior
Defines a DragDropBehavior for drag-drop operations in a FileDialogFormBase.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.FileDialogs.DragDrop
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FileBrowserDragDropBehavior : DragDropBehavior<DragDropState>
Constructors
FileBrowserDragDropBehavior()
Declaration
public FileBrowserDragDropBehavior()
Methods
CanDrop(DragDropState)
Declaration
public override bool CanDrop(DragDropState state)
Parameters
DragDropState
state
|
Returns
System.Boolean
|
Overrides
Telerik.WinControls.FileDialogs.DragDrop.DragDropBehavior<Telerik.WinControls.FileDialogs.DragDrop.DragDropState>.CanDrop(Telerik.WinControls.FileDialogs.DragDrop.DragDropState)
Drop(DragDropState)
Declaration
public override void Drop(DragDropState state)
Parameters
DragDropState
state
|
Overrides
Telerik.WinControls.FileDialogs.DragDrop.DragDropBehavior<Telerik.WinControls.FileDialogs.DragDrop.DragDropState>.Drop(Telerik.WinControls.FileDialogs.DragDrop.DragDropState)