Click or drag to resize

ShellTreeViewFillFolder Method

Fills in the subfolders in a node

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected void FillFolder(
	ShellTreeNode p_Node
)

Parameters

p_Node
Type: Jam.ShellShellTreeNode
The ShellTreeNode that should be filled with its subfolders
Remarks
All existing subfolders will be deleted.
See Also