Click or drag to resize

ShellTreeViewCanNavigate Method

Called, before the ShellList displays a new folder. Calls the CanNavigate(Object, ItemIdList) implementation if assigned.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
protected bool CanNavigate(
	ItemIdList pItemIdList
)

Parameters

pItemIdList
Type: Jam.ShellItemIdList
The new folder

Return Value

Type: Boolean
false, if it is not possible or wanted to open the passed folder, true otherwise.
See Also