Table of Contents

Method Add

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Add(TreeViewItem)

Adds an object to the end of the Items collection.

public virtual void Add(TreeViewItem item)

Parameters

item TreeViewItem

The object to be added to the end of the Items collection.

Add(string)

Adds string to the end of the Items collection.

public virtual TreeViewItem Add(string s)

Parameters

s string

The string to be added to the end of the Items collection.

Returns

TreeViewItem