Contains a list of buttons that belong to a parent C1SegmentedButtons control.

Namespace:  C1.Web.iPhone.C1SegmentedButtons
Assembly:  C1SegmentedButtonsClient (in C1SegmentedButtonsClient.dll)

Syntax

JavaScript
C1.Web.iPhone.C1SegmentedButtons.C1SegmentedButtonsCollection = function();

Type.createClass(
	'C1.Web.iPhone.C1SegmentedButtons.C1SegmentedButtonsCollection',
	Client_C1.Web.iPhone.C1TabBarController.C1TabBarItemCollectionBase);

Inheritance Hierarchy

System..::..Object
  C1.Web.iPhone.C1TabBarController..::..C1TabBarItemCollectionBase
    C1.Web.iPhone.C1SegmentedButtons..::..C1SegmentedButtonsCollection

See Also