The C1SegmentedButtonsCollection type exposes the following members.

Constructors

  Name Description
Public method C1SegmentedButtonsCollection
Constructor.

Methods

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

Properties

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

See Also