ShellBrowserBase(ShellBrowserBase) Constructor |
Copy constructor. Creates a clone of the passed ShellBrowser instance.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic ShellBrowserBase(
ShellBrowserBase pCopyShellBrowser
)
Public Sub New (
pCopyShellBrowser As ShellBrowserBase
)
public:
ShellBrowserBase(
ShellBrowserBase^ pCopyShellBrowser
)
new :
pCopyShellBrowser : ShellBrowserBase -> ShellBrowserBaseParameters
- pCopyShellBrowser ShellBrowserBase
- The ShellBrowser instance to copy.
See Also