ClipboardGetDataStream Method |
Gets the data stream with the specified type identifier.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Stream GetDataStream(
string type
)
Public Function GetDataStream (
type As String
) As Stream
member GetDataStream :
type : string -> Stream
Parameters
- type
- Type: SystemString
Type identifier that was used to store the data.
Return Value
Type:
StreamThe data stream if found, or null otherwise.
See Also