ClassDragDropState
Provides a context for a file dialog drag-drop operation.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs.DragDrop
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
public class DragDropState
Inheritance: objectDragDropState
Constructors
DragDropState()
Declaration
public DragDropState()
Properties
AreInTheSameDrive
Gets a value indicating whether the dragged files/folders are from the same drive as the drop folder. Returns true if theDropFolder is null.
DraggedFiles
Gets the paths of the files and/or folders that are being dragged.
Declaration
public IEnumerable<string> DraggedFiles { get; }
Property Value
DropFolder
Gets the folder where it is being dropped.
IsAltDown
Gets or sets the state of the Alt key in the moment when the DragDropState was created.
IsControlDown
Gets or sets the state of the Control key in the moment when the DragDropState was created.
IsShiftDown
Gets or sets the state of the Shift key in the moment when the DragDropState was created.