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
)
Public Sub New (
pActiveShellObject As ItemIdList
)
public:
ShellBrowser(
ItemIdList^ pActiveShellObject
)
new :
pActiveShellObject : ItemIdList -> ShellBrowser
Parameters
- pActiveShellObject
- Type: Jam.ShellItemIdList
Absolute ItemIdList to the object that should be the initial active object.
See Also