JamBaseShellListViewSelectPidl(ItemIdList) 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
)
Protected Function SelectPidl (
pPidl As ItemIdList
) As Boolean
protected:
bool SelectPidl(
ItemIdList^ pPidl
)
member SelectPidl :
pPidl : ItemIdList -> bool Parameters
- pPidl ItemIdList
- An ItemIdList relative to the current folder.
Return Value
BooleanTrue if the item could be found and selected, false otherwise.
See Also