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; }
ReadOnly Property ContainsUris As Boolean
Get
abstract ContainsUris : bool with get
Property Value
Type:
Booleantrue 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