ShellTreeViewGotoFolderIdList(ItemIdList) Method |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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 ItemIdList
- The ItemIdList of the shell item that should be selected.
Return Value
Booleantrue if the requested shell item was found and selected; otherwise
false.
RemarksIf for some reason only a prent item fo the requested shell item can be found, then this item will be selecdted.
See Also