DataObjectSetDataStream 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
)
Public Sub SetDataStream (
stream As Stream,
type As String
)
member SetDataStream :
stream : Stream *
type : string -> unit
Parameters
- stream
- Type: System.IOStream
Stream to store in the clipboard. - type
- Type: SystemString
Type identifier when retrieving the stream.
See Also