Table of Contents

Method Insert

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

Insert(int, TreeControlItem)

Inserts the specified TreeControlItem at the given index within the item list.

public virtual void Insert(int index, TreeControlItem item)

Parameters

index int

The position at which to insert the item.

item TreeControlItem

The item to insert.