The C1TabBarItemCollectionBase type exposes the following members.

Constructors

  Name Description
Public method C1TabBarItemCollectionBase
Constructor.

Methods

  Name Description
Public method Add
Adds an C1TabBarItemBase to the list.
Public method Clear
Removes all items from the list.
Public method Contains
Contains
Public method IndexOf
Returns index of the given list item.
Public method Insert
Inserts the list item at specified index.
Public method Remove
Removes the specified item.
Public method RemoveAt
Removes the IPhoneElement at the specified index from the list.
Public method RemoveRange
Removes a range of items from the list.
Public method Reverse
Reverses the order of the items in the list or a portion of it.

Properties

  Name Description
Public property Count
Gets the count.
Public property Item
Gets or sets the button the specified index.
Public property Last
Gets or sets the last IPhoneElement on the list.
Public property Length
Gets the length.
Public property Owner
Gets the owner.

See Also