ShellTreeViewCanNavigate Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool CanNavigate(
ItemIdList pItemIdList
)
Protected Function CanNavigate (
pItemIdList As ItemIdList
) As Boolean
protected:
bool CanNavigate(
ItemIdList^ pItemIdList
)
member CanNavigate :
pItemIdList : ItemIdList -> bool
Parameters
- pItemIdList
- Type: Jam.ShellItemIdList
The new folder
Return Value
Type:
Booleanfalse, if it is not possible or wanted to open the passed folder, true otherwise.
See Also