Click or drag to resize

IDataObjectSetString Method

Sets a string into the data object with the specified type identifier.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetString(
	string value,
	string type
)

Parameters

value
Type: SystemString
Value to set in the data object.
type
Type: SystemString
Type identifier that was used to store the data.
Remarks
This is useful when setting alternate string values into the data object that are not plain text. If you are storing plain text, use the Text property instead.
See Also