Click or drag to resize

IDataObjectContainsUris Property

Gets a value indicating whether this IDataObject contains a value for Uris.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool ContainsUris { get; }

Property Value

Type: Boolean
true if the data object contains uris; otherwise, false.
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