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
)
Public Sub SetData (
value As Byte(),
type As String
)
abstract SetData :
value : byte[] *
type : string -> unit
override SetData :
value : byte[] *
type : string -> unit
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