Click or drag to resize

ShellBrowserBase(ShellBrowserBase) Constructor

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

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

Parameters

pCopyShellBrowser  ShellBrowserBase
The ShellBrowser instance to copy.
See Also