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
)
Public Sub New (
p_dataObject As IDataObject
)
public:
WinFormsPathCollection(
IDataObject^ p_dataObject
)
new :
p_dataObject : IDataObject -> WinFormsPathCollection
Parameters
- p_dataObject
- Type: System.Windows.FormsIDataObject
IDataObject from Drag+Drop
See Also