BrowserNode.AddChild Method
Parent Object: BrowserNodeDescription
Method that creates a new as a nested child of this one. The new BrowserNode is returned.
Remarks
It is not possible to add client nodes to built-in panes.Syntax
BrowserNode.AddChild( Definition As BrowserNodeDefinition ) As BrowserNodeParameters
Name | Type | Description |
Definition | BrowserNodeDefinition | Input object that specifies the input definition for the browser node. |