Click or drag to resize

ShellTreeNodeRefresh Method

Refresh this ShellTreeNode.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void Refresh(
	bool p_Recursive
)

Parameters

p_Recursive
Type: SystemBoolean
Pass true, if all subfolders should also be refreshed as well; otherwise false
See Also