Click or drag to resize

ClipboardTypes Property

Gets the type id's for each type of data in the clipboard.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string[] Types { get; }

Property Value

Type: String
The content types in the clipboard.

Implements

IDataObjectTypes
See Also