Click or drag to resize

ShellTreeViewFillFolder Method

Fills in the subfolders in a node

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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