C1SegmentedButton client side object.

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

Syntax

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

Type.createClass(
	'C1.Web.iPhone.C1SegmentedButtons.C1SegmentedButton',
	Client_C1.Web.iPhone.C1TabBarController.C1TabBarItemBase);

Inheritance Hierarchy

System..::..Object
  Component
    Control
      C1.Web.iPhone..::..C1ThemeableControlBase
        C1.Web.iPhone.C1Button..::..C1Button
          C1.Web.iPhone.C1TabBarController..::..C1TabBarItemBase
            C1.Web.iPhone.C1SegmentedButtons..::..C1SegmentedButton

See Also