ShellTreeNodeRefreshDirection Enumeration |
The possible options to refresh a checkstate of a
ShellTreeNode.
.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic enum RefreshDirection
Public Enumeration RefreshDirection
public enum class RefreshDirection
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