The C1SliderButton type exposes the following members.

Constructors

  Name Description
Public method C1SliderButton
C1SliderButton constructor.

Methods

  Name Description
Public method AddCssClass
Add CssClass to DOM element.
(Inherited from IPhoneElement.)
Public method AssignPropertiesState
Assigns new properties state hash.
(Inherited from IPhoneElement.)
Public method CreateInstance
Creates the instance of the class. Type of the class can be determined by value of the DOM element's className.
(Inherited from IPhoneElement.)
Public method Dispose
Releases unmanaged and - optionally - managed resources.
(Inherited from IPhoneElement.)
Public method Initialize
Initializes this instance.
(Inherited from IPhoneElement.)
Public method Invalidate
Invalidates the entire surface of the control and causes the control to be redrawn. Do Layout actions here.
(Inherited from IPhoneElement.)
Public method IsDOMVisible
Returns true if control's container element is visible.
(Inherited from IPhoneElement.)
Public method RemoveCssClass
Remove CssClass from DOM element.
(Inherited from IPhoneElement.)
Public method ToggleCssClass
Toggle CssClass for DOM element.
(Inherited from IPhoneElement.)

Fields

  Name Description
Public field Element
Associated DOM Element.
(Inherited from IPhoneElement.)
Public field UID
Unique ID of the this IPhoneElement.
(Inherited from IPhoneElement.)

Properties

  Name Description
Public property ID
Gets the ID of the DOM element.
(Inherited from IPhoneElement.)
Public property ImageUrl
Image url for button in the slider user interface.
Public property IsInitialized
Gets a value indicating whether this instance is initialized.
(Inherited from IPhoneElement.)
Public property PressedImageUrl
Image url for button when the mouse is down on the button of slider.
Public property PropertiesState
Hash object what contains values of the properties.
(Inherited from IPhoneElement.)
Public property Visible
Gets or sets visibility state of the element.
(Inherited from IPhoneElement.)

See Also