ShellBrowser(ItemIdList) Constructor |
Initializes a new instance of the
ShellBrowser class makes the object with the given ItemIdList the active object.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ShellBrowser(
ItemIdList pActiveShellObject
)
Public Sub New (
pActiveShellObject As ItemIdList
)
public:
ShellBrowser(
ItemIdList^ pActiveShellObject
)
new :
pActiveShellObject : ItemIdList -> ShellBrowserParameters
- pActiveShellObject ItemIdList
- Absolute ItemIdList to the object that should be the initial active object.
See Also