NetXP 3.0 Reference

CommandBarItemCollection.AddRange Method 

Adds a set of items to the collection.

[Visual Basic]
Public Sub AddRange( _
   ByVal items As CommandBarItem() _
)
[C#]
public void AddRange(
   CommandBarItem[] items
);

Parameters

items
The array of items to add.

See Also

CommandBarItemCollection Class | NETXP.Controls.Bars Namespace