Class that represents the appearance and behaviors information of slider buttons.

Namespace:  C1.Web.UI.Controls.C1Slider
Assembly:  C1SliderClient (in C1SliderClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1Slider.C1SliderButton = function();

Type.createClass(
	'C1.Web.UI.Controls.C1Slider.C1SliderButton',
	C1.Web.UI.UIElement);

Inheritance Hierarchy

System..::..Object
  UIElement
    C1.Web.UI.Controls.C1Slider..::..C1SliderButton

See Also