Click or drag to resize

ShellBrowserBase Constructor (ShellBrowserBase)

Copy constructor. Creates a clone of the passed ShellBrowser instance.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public ShellBrowserBase(
	ShellBrowserBase pCopyShellBrowser
)

Parameters

pCopyShellBrowser
Type: Jam.ShellShellBrowserBase
The ShellBrowser instance to copy.
See Also