ComponentOne Input for WinForms
RangeSliderScrollBehavior Enumeration

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : RangeSliderScrollBehavior Enumeration
Specifies how thumbs will be moved when mouse click will be performed outside selected area.
Syntax
'Declaration
 
Public Enum RangeSliderScrollBehavior 
   Inherits System.Enum
public enum RangeSliderScrollBehavior : System.Enum 
Members
MemberDescription
NoneBoth thumbs will not move.
RangeBoth thumbs will be moved to direction of mouse by a large distance.
ThumbClosest thumb will be moved to direction of mouse by a large distance.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.RangeSliderScrollBehavior

See Also

Reference

C1.Win.C1Input Namespace