ShellTreeNodeRefreshCheckState(ShellTreeNodeRefreshDirection) Method |
Refreshes the value of the
CheckState property recursively for
the given direction.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic void RefreshCheckState(
ShellTreeNodeRefreshDirection refreshDirection
)
Public Sub RefreshCheckState (
refreshDirection As ShellTreeNodeRefreshDirection
)
public:
void RefreshCheckState(
ShellTreeNodeRefreshDirection refreshDirection
)
member RefreshCheckState :
refreshDirection : ShellTreeNodeRefreshDirection -> unit Parameters
- refreshDirection ShellTreeNodeRefreshDirection
-
If the value is ASCEND, the parent nodes will be updated, and
if DESCEND, the child nodes will be updated.
If BOTH is passed then the method
first ascends and refreshes, then descends and refreshes its sub nodes.
See Also