ShellTreeNodeGetChildNode Method |
Returns subnode with the given caption.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellTreeNode GetChildNode(
string p_ChildNodeCaption
)
Public Function GetChildNode (
p_ChildNodeCaption As String
) As ShellTreeNode
public:
ShellTreeNode^ GetChildNode(
String^ p_ChildNodeCaption
)
member GetChildNode :
p_ChildNodeCaption : string -> ShellTreeNode
Parameters
- p_ChildNodeCaption
- Type: SystemString
The caption of the subnode that should be returned.
Return Value
Type:
ShellTreeNodeThe 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