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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public WinFormsPathCollection(
	IDataObject p_dataObject
)

Parameters

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