Click or drag to resize

ClipboardIHandlerTryGetObject Method

Attempts to get the specified value from the clipboard in a native-supplied way

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool TryGetObject(
	string type,
	out Object value
)

Parameters

type
Type: SystemString
Data format type to get the value
value
Type: SystemObject
Value returned

Return Value

Type: Boolean
True if the value was returned, false otherwise
See Also