Click or drag to resize

ShellBrowser(ShellBrowser) Constructor

Initializes a copy of the given ShellBrowser.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public ShellBrowser(
	ShellBrowser copyBrowser
)

Parameters

copyBrowser  ShellBrowser
The ShellBrowser that should be copied.
Remarks
Note that event handlers will not be copied. Also the ItemIdList is not copied.
See Also