ShellBrowser(ShellBrowser) Constructor |
Initializes a copy of the given ShellBrowser.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ShellBrowser(
ShellBrowser copyBrowser
)
Public Sub New (
copyBrowser As ShellBrowser
)
public:
ShellBrowser(
ShellBrowser^ copyBrowser
)
new :
copyBrowser : ShellBrowser -> ShellBrowserParameters
- copyBrowser ShellBrowser
- The ShellBrowser that should be copied.
RemarksNote that event handlers will not be copied. Also the ItemIdList is not copied.
See Also