APNSoft Controls [4.5.2.20] - API Reference
TreeViewElement.AddChild Method (String, Types)

Adds a new element to the end of the list of child elements.

[Visual Basic]
Overloads Public Function AddChild( _
   ByVal NewID As String, _
   ByVal Type As Types _
) As TreeViewElement
[C#]
public TreeViewElement AddChild(
   string NewID,
   Types Type
);

Parameters

NewID
ID of the new element.
Type
Type of the new element.

Return Value

New element.

See Also

TreeViewElement Class | APNSoft.WebControls Namespace | TreeViewElement.AddChild Overload List