ShellTreeViewGotoFolderIdList Method (ItemIdList) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool GotoFolderIdList(
ItemIdList p_ItemIdList
)
Protected Function GotoFolderIdList (
p_ItemIdList As ItemIdList
) As Boolean
protected:
bool GotoFolderIdList(
ItemIdList^ p_ItemIdList
)
member GotoFolderIdList :
p_ItemIdList : ItemIdList -> bool
Parameters
- p_ItemIdList
- Type: Jam.ShellItemIdList
The ItemIdList of the shell item that should be selected.
Return Value
Type:
Booleantrue 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