Click or drag to resize

ShellControlHelperCreateDragHelper Method

Creates a IDragSourceHelper COM object that enables Windows Vista+ style drag images and drag hints.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public static void CreateDragHelper(
	IDataObject pForDataObject
)

Parameters

pForDataObject
Type: System.Runtime.InteropServices.ComTypesIDataObject
The data object for which the IDragSourceHelper should be created.
See Also