ShellBrowser Constructor (ShellBrowser) |
Initializes a copy of the given ShellBrowser.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellBrowser(
ShellBrowser copyBrowser
)
Public Sub New (
copyBrowser As ShellBrowser
)
public:
ShellBrowser(
ShellBrowser^ copyBrowser
)
new :
copyBrowser : ShellBrowser -> ShellBrowser
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