The possible options to refresh a checkstate of a ShellTreeNode.
.
| C# | Visual Basic | Visual C++ |
public enum RefreshDirection
Public Enumeration RefreshDirection
public enum class RefreshDirection
| Member | Description |
|---|---|
| ASCEND |
Ascend to the root node, refresh each parent node
|
| DESCEND |
Descend and visit and refresh all children
|
| BOTH |
Ascends to the parent, then descends
|