ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / RangeSliderScrollBehavior Enumeration

In This Topic
    RangeSliderScrollBehavior Enumeration
    In This Topic
    Specifies how thumbs will be moved when mouse click will be performed outside thumb area.
    Syntax
    'Declaration
     
    
    Public Enum RangeSliderScrollBehavior 
       Inherits System.Enum
    public enum RangeSliderScrollBehavior : System.Enum 
    Members
    MemberDescription
    NoneBoth thumbs will not move.
    RangeDirectBoth thumbs will be moved to mouse position.
    RangeStepBoth thumbs will be moved to direction of mouse by a large distance.
    ThumbDirectClosest thumb will be moved to mouse position.
    ThumbStepClosest thumb will be moved to direction of mouse by a large distance.
    Inheritance Hierarchy

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

    See Also