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