Click or drag to resize

JamBaseShellListViewSelectPidl Method (ItemIdList)

Selects the ListItem that corresponds to the given ItemIdList.

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

Parameters

pPidl
Type: Jam.ShellItemIdList
An ItemIdList relative to the current folder.

Return Value

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