IDataObjectSetObject Method |
Sets the value into the data object with the specified type using serialization or type converter
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void SetObject(
Object value,
string type
)
Sub SetObject (
value As Object,
type As String
)
abstract SetObject :
value : Object *
type : string -> unit
Parameters
- value
- Type: SystemObject
Serializable value to set as a value in the data object - type
- Type: SystemString
Type identifier to set the value for
Remarks
The object specified must be serializable or have a type converter to convert to a string.
See Also