NetXP 3.0 Reference

CommandBarItemCollection.RemoveAt Method 

Removes an item at a specified index.

[Visual Basic]
Public Sub RemoveAt( _
   ByVal index As Integer _
) Implements _
   IList.RemoveAt
[C#]
new public void RemoveAt(
   int index
);

Parameters

index
The index to remove at.

Implements

IList.RemoveAt

See Also

CommandBarItemCollection Class | NETXP.Controls.Bars Namespace