Click or drag to resize

ClipboardSetDataStream Method

Sets a data stream into the clipboard with the specified type identifier.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void SetDataStream(
	Stream stream,
	string type
)

Parameters

stream
Type: System.IOStream
Stream to store in the clipboard.
type
Type: SystemString
Type identifier when retrieving the stream.
See Also