Click or drag to resize

ShellTreeViewFindNode(ItemIdList, Boolean, ShellTreeNode) Method

Searches for the first node, that represents the passed ItemIdList. Checks all roots in the ShellTree.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected ShellTreeNode FindNode(
	ItemIdList pItemIdList,
	bool pForceExpand,
	ref ShellTreeNode pNearestParent
)

Parameters

pItemIdList  ItemIdList
The ItemIdList to be searched.
pForceExpand  Boolean
True if nodes should be expanded during the search, false if only expanded nodes are iterated.
pNearestParent  ShellTreeNode
[in,out] Contains the nearest parent that was found. Might contain something even if the ItemIdList could not be found.

Return Value

ShellTreeNode
The found node or null if the ItemIdList could not be found.
See Also