Skybound Rebar

RebarRow.RebarBandCollection Class

Represents a read-only collection containing the bands in a row.

For a list of all members of this type, see RebarRow.RebarBandCollection Members.

System.Object
   System.Collections.ReadOnlyCollectionBase
      Skybound.Rebar.RebarRow.RebarBandCollection

[Visual Basic]
NotInheritable Public Class RebarRow.RebarBandCollection
    Inherits ReadOnlyCollectionBase
[C#]
public sealed class RebarRow.RebarBandCollection : ReadOnlyCollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class represents the collection of RebarBand objects stored in a RebarRow. Rows in a rebar control represent the physical state of the bands on the screen. As the bands are moved or reordered by the user, the items in this collection will change.

The items in this collection are read-only. To add or remove bands from a Rebar control, obtain a Rebar.RebarBandCollection from the Bands property of the Rebar control.

Requirements

Namespace: Skybound.Rebar

Assembly: Skybound.Rebar (in Skybound.Rebar.dll)

See Also

RebarRow.RebarBandCollection Members | Skybound.Rebar Namespace