Click or drag to resize

ShellTreeNodeGetChildNode Method

Returns subnode with the given caption.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public ShellTreeNode GetChildNode(
	string p_ChildNodeCaption
)

Parameters

p_ChildNodeCaption
Type: SystemString
The caption of the subnode that should be returned.

Return Value

Type: ShellTreeNode
The subnode with the given cpation or null, if no subnode with this caption was found.
Remarks
This method compares only direct subnodes, it does not recurse the whole tree.
See Also