| DataObjectIHandlerTryGetObject 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
Syntaxbool TryGetObject(
	string type,
	out Object value
)
Function TryGetObject ( 
	type As String,
	<OutAttribute> ByRef value As Object
) As Boolean
abstract TryGetObject : 
        type : string * 
        value : Object byref -> bool 
Parameters
- type
- Type: SystemString
 Data format type to get the value
- value
- Type: SystemObject
 Value returned
Return Value
Type: 
BooleanTrue if the value was returned, false otherwise
 See Also
See Also