Click or drag to resize

WinFormsPathCollection(IDataObject) Constructor

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.2
Syntax
public WinFormsPathCollection(
	IDataObject p_dataObject
)

Parameters

p_dataObject  IDataObject
IDataObject from Drag+Drop
See Also