NetXP 3.0 Reference

ListBarItemCollection.Remove Method 

Removes the specified ListBarItem from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As ListBarItem _
)
[C#]
public void Remove(
   ListBarItem item
);

Parameters

item
Item to remove.

See Also

ListBarItemCollection Class | NETXP.Controls.Bars Namespace