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; }
Public Property Uris As Uri()
Get
Set
abstract Uris : Uri[] with get, set
override Uris : Uri[] with get, set
Property Value
Type:
UriThe uris of the files, or null if no files are in the clipboard.
Implements
IDataObjectUrisSee Also