Gets or sets the Uri's of the files in the data object.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Property Uris As Uri()
Get
Set
abstract Uris : Uri[] with get, set
Property Value
Type:
UriThe uris of the files, or null if no files are in the data object.
Remarks
This can be a mix of both URL and File objects. You can use
IsFile to test for that.
On some platforms, (e.g. windows), only a single URL can be retrieved or set.
See Also