Adds the elements of an array to the end of this RebarBand.RebarButtonCollection.
The RebarButton objects contained in the buttons array are appended to the end of the collection.
You can use method to quickly add a group of previouly created RebarButton objects to the collection instead of manually adding each RebarButton to the collection using the Add method.
To remove a RebarButton that you have previously added, use the Remove, RemoveAt or Clear methods.
Exception Type | Condition |
---|---|
ArgumentNullException |
The value parameter is a null reference (Nothing in Visual Basic). -or- One of the elements of value is a null reference (Nothing in Visual Basic). |
RebarBand.RebarButtonCollection Class | Skybound.Rebar Namespace