Click or drag to resize

JamBaseShellListViewSelectPidl Method (ItemIdList, Boolean)

Selects the ListItem that corresponds to the given ItemIdList.

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

Parameters

pPidl
Type: Jam.ShellItemIdList
An ItemIdList relative to the current folder.
pEnsureVisible
Type: SystemBoolean
if set to true the visibility of the item is ensured.

Return Value

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