ShellBrowserBase Constructor (ShellBrowserBase) |
Copy constructor. Creates a clone of the passed ShellBrowser instance.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public ShellBrowserBase(
ShellBrowserBase pCopyShellBrowser
)
Public Sub New (
pCopyShellBrowser As ShellBrowserBase
)
public:
ShellBrowserBase(
ShellBrowserBase^ pCopyShellBrowser
)
new :
pCopyShellBrowser : ShellBrowserBase -> ShellBrowserBase
Parameters
- pCopyShellBrowser
- Type: Jam.ShellShellBrowserBase
The ShellBrowser instance to copy.
See Also