Click or drag to resize

ShellTreeViewGotoFolderIdListAction Enumeration

Possible actions that can be performed by GotoFolderIdList(ItemIdList, ShellTreeViewGotoFolderIdListAction).

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.3
Syntax
public enum GotoFolderIdListAction
Members
Member nameValueDescription
Select0 Select the given ItemIdList
Refresh1 Refresh the given ItemIdList
RefreshParent2 Refresh the parent of the given ItemIdList
Delete3 Remove the given ItemIdList
Add4 Make sure that the given ItemIdList is present in the tree. If it is not present, add it.
Check5 Ensure that the given object is present if its parent is expanded.
Edit6 Select the Node and set it into Editmode.
See Also