Click or drag to resize

ShellTreeViewGotoFolderIdList Method (ItemIdList)

Selects the ShellTreeNode for the given ItemIdList.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected bool GotoFolderIdList(
	ItemIdList p_ItemIdList
)

Parameters

p_ItemIdList
Type: Jam.ShellItemIdList
The ItemIdList of the shell item that should be selected.

Return Value

Type: Boolean
true if the requested shell item was found and selected; otherwise false.
Remarks
If for some reason only a prent item fo the requested shell item can be found, then this item will be selecdted.
See Also