Remove Method
Removes a TreeNodeType from the TreeNodeTypeCollection.
Syntax
Visual Basic Public Sub
Remove( ByVal oNodeType As TreeNodeType )C# public void
Remove(TreeNodeType oNodeType );Managed C++ public: void
Remove(TreeNodeType oNodeType );JScript public function
Remove(oNodeType : TreeNodeType );
Parameters
oNodeType Required. TreeNodeType object to remove from the collection.
Return Value
No return value.
Applies To
TreeNodeTypeCollection
See Also
Internet Explorer WebControls, About the TreeView WebControl