The C1Slider type exposes the following members.

Constructors

  Name Description
Public method C1Slider
C1Slider constructor

Methods

  Name Description
Public method Initialize
Initialize override
(Overrides ComponentInitialize()()()().)
Public method Invalidate
Invalidates the entire surface of the control and causes the control to be redrawn.
(Overrides C1ThemeableControlBaseInvalidate()()()().)

Properties

  Name Description
Public property AccessKey
Gets or sets the access key that allows you to quickly navigate to the Web server control.
Public property AnimationDuration
Define how long (in milliseconds) the animation of the sliding will run.
Public property AutoPostBack
Sets or retrieves a value that indicates whether or not the control posts back to the server each time a user interacts with the control.
Public property BackColor
Gets or sets the background color of the control.
Public property BorderColor
Color of the border around the control.
Public property BorderStyle
Style of the border around the control.
Public property BorderWidth
Width of the border around the control.
Public property DecrementButton
Gets decrement button of C1Slider.
Public property DecrementToolTip
The tooltip displayed when the mouse is over the decrement button.
Public property Easing
The easing that is applied to the animation.
Public property Enabled
Gets or sets if slider is Enabled.
Public property Height
Gets or sets the height of the slider.
Public property IncrementButton
Gets increment button of C1Slider.
Public property IncrementToolTip
The tooltip displayed when the mouse is over the increment button.
Public property Length
Gets or sets the length of the control.
Public property MaximumValue
Gets or sets the maximum value of slider.
Public property MinimumValue
Gets or sets the minimum value of slider.
Public property Orientation
The direction in which control is laid out.
Public property Reverse
Reverse increment decrement button.
Public property ShowDecrementButton
Show or hide the decrement button.
Public property ShowIncrementButton
Show or hide the increment button.
Public property ShowThumbButton
Show or hide the thumb button.
Public property ShowThumbButton2
Show or hide the thumb2 button.
Public property Step
Gets or sets the step with which the slider value will change.
Public property Thumb2ToolTip
The tooltip displayed when the mouse is over the thumb2 button.
Public property ThumbButton
Gets thumb button of C1Slider.
Public property ThumbsInteractionMode
ThumbsInteractionMode
Public property ThumbToolTip
The tooltip displayed when the mouse is over the thumb button.
Public property ToolTip
Gets or sets tooltip text what will be displayed when mouse is over slider.
Public property TrackFill
TrackFill
Public property UniqueID
Gets the unique, hierarchically qualified identifier for server control.
Public property Value
Gets or sets the value of slider.
Public property Value2
Gets or sets the value2 of slider.
Public property Width
Gets or sets the width of the slider.

Events

  Name Description
Public event BeforeValue2Changing
Fires before the value2 of slider is changing
Public event BeforeValueChanging
Fires before the value of slider is changing
Public event ButtonClick
Fires on client side when the button of slider is clicked.
Public event ButtonMouseDown
Fires on client side when the mouse is down on the button.
Public event ButtonMouseOut
Fires on client side when the user moves the mouse pointer outside the boundaries of the button.
Public event ButtonMouseOver
Fires on client side when the mouse is over the button.
Public event ButtonMouseUp
Fires on client side when the mouse is released from the button.
Public event Load
Fires after the slider loads on the page
Public event Value2Changed
Fires when the value2 of slider has changed
Public event Value2Changing
Fires when the value2 of slider is changing
Public event ValueChanged
Fires when the value of slider has changed
Public event ValueChanging
Fires when the value of slider is changing

See Also