Skip to main content
Tab

TreeViewNodeCollection.Add Method

Name Parameters Description
Add() none Adds a new node with default settings to the collection.
Add(String, String, String, String, String) text, name, imageUrl, navigateUrl, target Adds a new node with the specified settings to the collection.
Add(String, String, String, String) text, name, imageUrl, navigateUrl Adds a new node to the collection and specifies the node’s display text, name, associated image and URL.
Add(String, String, String) text, name, imageUrl Adds a new node to the collection and specifies the node’s display text, name and associated image.
Add(String, String) text, name Adds a new node to the collection and specifies the node’s display text and name.
Add(String) text Adds a new node to the collection and specifies the node’s display text.