ShellTreeNodeGetChildNode Method |
Returns subnode with the given caption.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 String
- The caption of the subnode that should be returned.
Return Value
ShellTreeNodeThe subnode with the given cpation or null, if no subnode with this caption was found.
RemarksThis method compares only direct subnodes, it does not recurse the whole tree.
See Also