Skybound Rebar

RebarBand.RebarButtonCollection Members

RebarBand.RebarButtonCollection overview

Public Instance Properties

Band Gets the RebarBand component that contains this collection.
Count (inherited from CollectionBase)Gets the number of elements contained in the CollectionBase instance.
ItemOverloaded. Gets or sets the RebarButton at the given index in this instance.

Public Instance Methods

Add Adds an instance of type RebarButton to the end of this instance.
AddRange Adds the elements of an array to the end of this RebarBand.RebarButtonCollection.
Clear (inherited from CollectionBase)Removes all objects from the CollectionBase instance.
Contains Determines whether a specfic RebarButton value exists in this instance.
CopyTo Copies the elements of this collection to a RebarButton array, starting at a particular Array index.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from CollectionBase)Returns an enumerator that can iterate through the CollectionBase instance.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf Returns the zero-based index of the first occurrence of a specified value in this instance.
Insert Inserts a RebarButton into this instance at the specified index.
Move Moves a RebarButton to a new position in the list.
Remove Removes the first occurrence of a specific RebarButton from this instance.
RemoveAt (inherited from CollectionBase)Removes the element at the specified index of the CollectionBase instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

RebarBand.RebarButtonCollection Class | Skybound.Rebar Namespace