Class
DropIndicationDetails

Provides a context for a file dialog drag-over operation.

Definition

Constructors

DropIndicationDetails()

Declaration

cs-api-definition
public DropIndicationDetails()

Properties

Count

Gets or sets the count of the dragged files/folders.

Declaration

cs-api-definition
public int Count { get; set; }

Property Value

int

DraggedFiles

Gets or sets the files/folders being dragged.

Declaration

cs-api-definition
public IEnumerable<string> DraggedFiles { get; set; }

Property Value

IEnumerable<string>

DropFolderName

Gets or sets the name of the drop folder.

Declaration

cs-api-definition
public string DropFolderName { get; set; }

Property Value

string

DropFolderPath

Gets or sets the path of the drop folder.

Declaration

cs-api-definition
public string DropFolderPath { get; set; }

Property Value

string

Icon

Gets or sets the icon of the dragged files/folders.

Declaration

cs-api-definition
public ImageSource Icon { get; set; }

Property Value

ImageSource

Operation

Gets or sets the current FileOperation that will be performed if drop i successful.

Declaration

cs-api-definition
public FileOperation Operation { get; set; }

Property Value

FileOperation

ShowDropIndicationInformation

Gets or sets a value indicating whether to show drop information in the drag visual.

Declaration

cs-api-definition
public bool ShowDropIndicationInformation { get; set; }

Property Value

bool