NetXP 3.0 Reference

CommandBarItemCollection.Add Method 

Adds an item to the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As CommandBarItem _
) As Integer
[C#]
public int Add(
   CommandBarItem item
);

Parameters

item
The item to add.

Return Value

The index where the item was added.

See Also

CommandBarItemCollection Class | NETXP.Controls.Bars Namespace