Click or drag to resize

WinFormsPathCollection Constructor (IDataObject)

Initializes a new instance of the PathCollection class and fills it with the filename(s) in the given IDataObject

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public WinFormsPathCollection(
	IDataObject p_dataObject
)

Parameters

p_dataObject
Type: System.Windows.FormsIDataObject
IDataObject from Drag+Drop
See Also