ShellTreeNodeRefreshCheckState Method (ShellTreeNodeRefreshDirection) |
Refreshes the value of the
CheckState property recursively for
the given direction.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public void RefreshCheckState(
ShellTreeNodeRefreshDirection refreshDirection
)
Public Sub RefreshCheckState (
refreshDirection As ShellTreeNodeRefreshDirection
)
public:
void RefreshCheckState(
ShellTreeNodeRefreshDirection refreshDirection
)
member RefreshCheckState :
refreshDirection : ShellTreeNodeRefreshDirection -> unit
Parameters
- refreshDirection
- Type: Jam.ShellShellTreeNodeRefreshDirection
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