Click or drag to resize

ShellBrowser Constructor (ItemIdList)

Initializes a new instance of the ShellBrowser class makes the object with the given ItemIdList the active object.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public ShellBrowser(
	ItemIdList pActiveShellObject
)

Parameters

pActiveShellObject
Type: Jam.ShellItemIdList
Absolute ItemIdList to the object that should be the initial active object.
See Also