ClipboardContainsUris Property |
Gets a value indicating whether this
Clipboard contains a value for
Uris.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool ContainsUris { get; }
Public ReadOnly Property ContainsUris As Boolean
Get
abstract ContainsUris : bool with get
override ContainsUris : bool with get
Property Value
Type:
Booleantrue if the data object contains uris; otherwise,
false.
Implements
IDataObjectContainsUrisRemarks
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