Possible actions that can be performed by GotoFolderIdList(ItemIdList, ShellTreeView..::.GotoFolderIdListAction).
| C# | Visual Basic | Visual C++ |
protected enum GotoFolderIdListAction
Protected Enumeration GotoFolderIdListAction
protected enum class GotoFolderIdListAction
| Member | Description |
|---|---|
| Select |
Select the given ItemIdList |
| Refresh |
Refresh the given ItemIdList |
| RefreshParent |
Refresh the parent of the given ItemIdList |
| Delete |
Remove the given ItemIdList |
| Add |
Make sure that the given ItemIdList is present in the tree.
If it is not present, add it.
|
| Edit |
Select the Node and set it into Editmode.
|