The C1Slider type exposes the following members.

Constructors

  Name Description
Public method C1Slider
C1Slider constructor

Methods

  Name Description
Public method LoadLayout(Stream)
Load control layout properties from the stream.
Public method LoadLayout(String)
Loads control layout properties from the file.
Public method LoadLayout(Stream, LayoutType)
Loads the control layout properties with specified types from the stream.
Public method LoadLayout(String, LayoutType)
Loads control layout properties with specified types from the file.
Public method SaveLayout(Stream)
Saves control layout properties to the stream.
Public method SaveLayout(String)
Saves the control layout properties to the file.

Properties

  Name Description
Public property AccessKey
Gets or sets the access key that allows you to quickly navigate to the Web server control.
(Overrides WebControl..::..AccessKey.)
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.
(Overrides C1ThemeableControlBackColor()()()().)
Public property BorderColor
Color of the border around the control.
(Overrides C1ThemeableControlBorderColor()()()().)
Public property BorderStyle
Style of the border around the control.
(Overrides C1ThemeableControlBorderStyle()()()().)
Public property BorderWidth
Width of the border around the control.
(Overrides C1ThemeableControlBorderWidth()()()().)
Public property DecrementButton
Gets the C1SliderButton object that defines the information for decrement button of slider.
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 EmbeddedVisualStyles
Returns string array with embedded visual style names.
(Overrides C1ThemeableControlEmbeddedVisualStyles()()()().)
Public property Enabled
Gets or sets if slider is Enabled.
(Overrides WebControl..::..Enabled.)
Public property EnableViewState
Gets or sets if ViewState is enabled.
(Overrides Control..::..EnableViewState.)
Public property Height
Gets or sets the height of the slider.
(Overrides WebControl..::..Height.)
Public property IncrementButton
Gets the C1SliderButton object that defines the information for increment button of slider.
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 OnClientBeforeValue2Changing
Fires on client side before the value2 of the slider is changing.
Public property OnClientBeforeValueChanging
Fires on client side before the value of the slider is changing.
Public property OnClientButtonClick
Fires on client side when the button of slider is clicked.
Public property OnClientButtonMouseDown
Fires on client side when the mouse is down on the button of slider.
Public property OnClientButtonMouseOut
Fires on client side when the user moves the mouse pointer outside the boundaries of the button.
Public property OnClientButtonMouseOver
Fires on client side when the mouse is over the button.
Public property OnClientButtonMouseUp
Fires on client side when the mouse is released from the button.
Public property OnClientLoad
Fires on client side when the slider is initialized.
Public property OnClientValue2Changed
Fires on client side when the value2 has been changed.
Public property OnClientValue2Changing
Fires on client side when the value2 is changing.
Public property OnClientValueChanged
Fires on client side when the value has been changed.
Public property OnClientValueChanging
Fires on client side when the value is changing.
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 the C1SliderButton object that defines the information for thumb button of slider.
Public property ThumbsInteractionMode
The property should be used to exhibit interaction with two thumb button of the C1Slider.
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.
(Overrides WebControl..::..ToolTip.)
Public property TrackFill
The property should be used to render extra areas in track bar of the C1Slider.
Public property UniqueID
Gets the unique, hierarchically qualified identifier for server control.
(Overrides Control..::..UniqueID.)
Public property Value
Gets or sets the value of slider.
Public property Value2
Gets or sets the value2 of slider.
Public property Visible
Gets or sets if slider is Visible.
(Overrides Control..::..Visible.)
Public property VisualStyle
VisualStyle name.
(Overrides C1ThemeableControlVisualStyle()()()().)
Public property VisualStylePath
Path to visual styles.
(Overrides C1ThemeableControlVisualStylePath()()()().)
Public property Width
Gets or sets the width of the slider.
(Overrides WebControl..::..Width.)

Events

  Name Description
Public event Value2Changed
Fires when the slider value2 has been changed.
Public event ValueChanged
Fires when the slider value has been changed.

See Also