| ShellTreeNodeRefreshDirection Enumeration | 
            The possible options to refresh a checkstate of a 
ShellTreeNode.
            .
            
 ShellBrowser (in ShellBrowser.dll) Version: 7.2
 Syntax
Syntaxpublic enum RefreshDirection
Public Enumeration RefreshDirection
public enum class RefreshDirection
 Members
Members| Member name | Value | Description | 
|---|
| ASCEND | 0 | Ascend to the root node, refresh each parent node | 
| DESCEND | 1 | Descend and visit and refresh all children | 
| BOTH | 2 | Ascends to the parent, then descends | 
 See Also
See Also