ShellBrowser .Net Edition
RefreshCheckState Method (refreshDirection)
NamespacesJam.ShellShellTreeNodeRefreshCheckState(ShellTreeNode..::.RefreshDirection)
Refreshes the value of the CheckState property recursively for the given direction.
Declaration Syntax
C#Visual BasicVisual C++
public void RefreshCheckState(
	ShellTreeNode..::.RefreshDirection refreshDirection
)
Public Sub RefreshCheckState ( _
	refreshDirection As ShellTreeNode..::.RefreshDirection _
)
public:
void RefreshCheckState(
	ShellTreeNode..::.RefreshDirection refreshDirection
)
Parameters
refreshDirection (ShellTreeNode..::.RefreshDirection)
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.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)