Click or drag to resize

JamBaseShellListViewSelectPidl(ItemIdList) Method

Selects the ListItem that corresponds to the given ItemIdList.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected bool SelectPidl(
	ItemIdList pPidl
)

Parameters

pPidl  ItemIdList
An ItemIdList relative to the current folder.

Return Value

Boolean
True if the item could be found and selected, false otherwise.
See Also