Click or drag to resize

ShellBrowser Constructor (ShellBrowser)

Initializes a copy of the given ShellBrowser.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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