Click or drag to resize

ShellTreeNodeRefreshDirection Enumeration

The possible options to refresh a checkstate of a ShellTreeNode. .

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public enum RefreshDirection
Members
  Member nameValueDescription
ASCEND0 Ascend to the root node, refresh each parent node
DESCEND1 Descend and visit and refresh all children
BOTH2 Ascends to the parent, then descends
See Also