WinFormsPathCollection(IDataObject) Constructor |
Initializes a new instance of the PathCollection class and fills it
with the filename(s) in the given IDataObject
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic WinFormsPathCollection(
IDataObject p_dataObject
)
Public Sub New (
p_dataObject As IDataObject
)
public:
WinFormsPathCollection(
IDataObject^ p_dataObject
)
new :
p_dataObject : IDataObject -> WinFormsPathCollectionParameters
- p_dataObject IDataObject
- IDataObject from Drag+Drop
See Also