Use the FullRefresh method if you want to refresh a ShellTreeView. All expanded branches of the file system structure will be refreshed.
If you just want to refresh one node and its child nodes, use the RefreshNode(ShellTreeNode, Boolean) method.
| C# | Visual Basic | Visual C++ |
public void FullRefresh()
Public Sub FullRefresh
public: virtual void FullRefresh() sealed