Click or drag to resize

ShellDataObjectFormatGetNativeDataObject Method

Gets A native IDataObject from a .NET object.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Object GetNativeDataObject(
	Object dataObject
)

Parameters

dataObject
Type: SystemObject
The input data object.

Return Value

Type: Object
A COM Object that implements the native COM IDataObject or null if the data object is not one or doesn't embed one.
See Also