Click or drag to resize

ShellBrowser Constructor (ShellBrowser)

Initializes a copy of the given ShellBrowser.

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

Parameters

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