ShellTreeNodeRefreshDirection Enumeration |
The possible options to refresh a checkstate of a
ShellTreeNode.
.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public 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