Skybound Rebar

Rebar.Bands Property

Gets the collection of bands assigned to the rebar control.

[Visual Basic]
Public ReadOnly Property Bands As RebarBandCollection
[C#]
public Rebar.RebarBandCollection Bands {get;}

Property Value

A Rebar.RebarBandCollection that contains a collection of RebarBand components.

Remarks

The Bands property is a zero-based indexed collection used to hold all the RebarBand components assigned to the toolbar. Since the property is read-only, it can not be assigned a collection of toolbar buttons directly. Rebar bands can be added or removed by using the methods inherited from the Rebar.RebarBandCollection class. Use the Add method to add individual bands and the Remove method to delete a band.

See Also

Rebar Class | Skybound.Rebar Namespace