Represents client side implementation of the C1SwitchButton control.

Namespace:  C1.Web.iPhone.C1SwitchButton
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public class C1SwitchButton : C1ThemeableControl, 
	IPostBackEventHandler, IPostBackDataHandler
Visual Basic
Public Class C1SwitchButton _
	Inherits C1ThemeableControl _
	Implements IPostBackEventHandler, IPostBackDataHandler

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      C1.Web.iPhone..::..C1ThemeableControl
        C1.Web.iPhone.C1SwitchButton..::..C1SwitchButton

See Also