Click or drag to resize

Clipboard.GetData Method

Gets a data array from the clipboard with the specified type identifier.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public byte[] GetData(
	string type
)

Parameters

type
Type: System.String
Type identifier that was used to store the data.

Return Value

Type:Byte[]
The data array, or null if not found in the clipboard.

Implements

IDataObject.GetData(String)
See Also