C1SliderButton constructor.

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

Syntax

JavaScript
C1.Web.UI.Controls.C1Slider.C1SliderButton = function(element, c1Slider, propertiesState);

Parameters

element
Type: DOMElement
The specified DOM element.
c1Slider
Type: C1.Web.UI.Controls.C1Slider..::..C1Slider
The specified C1Slider object.
propertiesState
Type: Dictionary
The specified Dictionary object.

See Also