Click or drag to resize

ClipboardSetData Method

sets a data array into the clipboard with the specified type identifier.

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

Parameters

value
Type: SystemByte
Data to store in the clipboard.
type
Type: SystemString
Type identifier to store the data.

Implements

IDataObjectSetData(Byte, String)
See Also