JamBaseShellListViewSelectPidl Method (ItemIdList) |
Selects the ListItem that corresponds to the given ItemIdList.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool SelectPidl(
ItemIdList pPidl
)
Protected Function SelectPidl (
pPidl As ItemIdList
) As Boolean
protected:
bool SelectPidl(
ItemIdList^ pPidl
)
member SelectPidl :
pPidl : ItemIdList -> bool
Parameters
- pPidl
- Type: Jam.ShellItemIdList
An ItemIdList relative to the current folder.
Return Value
Type:
BooleanTrue if the item could be found and selected, false otherwise.
See Also