Add Method

Adds a TreeNodeType to the TreeNodeTypeCollection.

Syntax

Visual Basic  Public   Sub 
Add( ByVal oNodeType As TreeNodeType )
C# public  void 
Add(TreeNodeType oNodeType );
Managed C++ public:  void 
Add(TreeNodeType oNodeType );
JScript public  function
Add(oNodeType : TreeNodeType );

Parameters

oNodeType Required. TreeNodeType object to add to the collection.

Return Value

No return value.

Applies To

TreeNodeTypeCollection

See Also

Internet Explorer WebControls, About the TreeView WebControl