Click or drag to resize

ShellTreeViewGotoFolderIdList(ItemIdList) Method

Selects the ShellTreeNode for the given ItemIdList.

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

Parameters

p_ItemIdList  ItemIdList
The ItemIdList of the shell item that should be selected.

Return Value

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