Click or drag to resize

ClipboardUris Property

Gets or sets the Uri's of the files in the clipboard.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Uri[] Uris { get; set; }

Property Value

Type: Uri
The uris of the files, or null if no files are in the clipboard.

Implements

IDataObjectUris
See Also