Click or drag to resize

DataObjectContainsUris Property

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

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

Property Value

Type: Boolean
true if the data object contains uris; otherwise, false.

Implements

IDataObjectContainsUris
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