Pastes the data in the specified IDataObject to the current display, if a supported data format is in the IDataObject.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GwxDependencyObject[] PasteFromDataObject(
	IDataObject data
)
Visual Basic
Public Function PasteFromDataObject ( _
	data As IDataObject _
) As GwxDependencyObject()
JScript
public function PasteFromDataObject(
	data : IDataObject
) : GwxDependencyObject[]

Parameters

data
Type: System.Windows..::..IDataObject
The data to paste.

Return Value

A list of paste objects if successful, null if the paste operation failed.

See Also