AddParsedSubObject Method
Adds a TreeNode to the TreeNodeCollection or a TreeNodeType to the TreeNodeTypeCollection.
Syntax
Visual Basic Overrides Protected Sub
AddParsedSubObject( ByVal oNode As object )C# protected override void
AddParsedSubObject(object oNode );Managed C++ protected: void
AddParsedSubObject(object oNode );JScript protected override function
AddParsedSubObject(oNode : object );
Parameters
oNode Required. The object to add to a collection.
Return Value
No return value.
Applies To
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl