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
)
Public Shared Sub CreateDragHelper (
pForDataObject As IDataObject
)
public:
static void CreateDragHelper(
IDataObject^ pForDataObject
)
static member CreateDragHelper :
pForDataObject : IDataObject -> unit
Parameters
- pForDataObject
- Type: System.Runtime.InteropServices.ComTypesIDataObject
The data object for which the IDragSourceHelper should be created.
See Also