Click or drag to resize

ShellTreeNodeRefreshCheckState Method (ShellTreeNodeRefreshDirection)

Refreshes the value of the CheckState property recursively for the given direction.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void RefreshCheckState(
	ShellTreeNodeRefreshDirection refreshDirection
)

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