DataTransfer.Files Property

Definition

Contains a list of all the local files available on the data transfer. If the drag operation doesn't involve dragging files, this property is an empty list.

public:
 property cli::array <System::String ^> ^ Files { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] Files { get; set; }
member this.Files : string[] with get, set
Public Property Files As String()

Property Value

String[]

Applies to