JamBaseShellListViewSelectPidl(ItemIdList, Boolean) Method |
Selects the ListItem that corresponds to the given ItemIdList.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected bool SelectPidl(
ItemIdList pPidl,
bool pEnsureVisible
)
Protected Function SelectPidl (
pPidl As ItemIdList,
pEnsureVisible As Boolean
) As Boolean
protected:
bool SelectPidl(
ItemIdList^ pPidl,
bool pEnsureVisible
)
member SelectPidl :
pPidl : ItemIdList *
pEnsureVisible : bool -> bool Parameters
- pPidl ItemIdList
- An ItemIdList relative to the current folder.
- pEnsureVisible Boolean
- if set to true the visibility of the item is ensured.
Return Value
Boolean
True if the item could be found and selected, false otherwise.
See Also