JamBaseShellListViewPastedFiles Property |
Contains the files that were pasted during a Paste operation.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax protected PathCollection PastedFiles { get; }
Protected ReadOnly Property PastedFiles As PathCollection
Get
protected:
property PathCollection^ PastedFiles {
PathCollection^ get ();
}
member PastedFiles : PathCollection with get
Property Value
Type:
PathCollectionThe pasted files.
See Also