Sets a data array for 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
byte array to set. - type
- Type: SystemString
Type identifier.
Implements
IDataObjectSetData(Byte, String)See Also