Click or drag to resize

ShellTreeViewFillFolder Method

Fills in the subfolders in a node

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

Parameters

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