NetXP 3.0 Reference

ListBarItemCollection.Insert Method 

Inserts a ListBarItem at the specified index in the bar.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As ListBarItem _
)
[C#]
public void Insert(
   int index,
   ListBarItem item
);

Parameters

index
The index to insert at.
item
The ListBarItem to insert.

See Also

ListBarItemCollection Class | NETXP.Controls.Bars Namespace