Version

SliderThumbsInteractionMode Enumeration

Relative behavior of 2 thumbs in WebSlider.
Syntax
'Declaration
 
Public Enum SliderThumbsInteractionMode 
   Inherits System.Enum
public enum SliderThumbsInteractionMode : System.Enum 
Members
MemberDescription
FreeMain Thumb and SecondaryThumb can be moved independant on each other.
LockMain Thumb can be moved only within area between SecondaryThumb and left (or bottom for vertical orientation) edge of track bar. SecondaryThumb can be moved only within area between main Thumb and right (or top for vertical orientation) edge of track bar.
PushIf main Thumb is moved to right (or to top for vertical orientation) and it crosses the location of SecondaryThumb, then SecondaryThumb is moved as well. If SecondaryThumb is moved to left (or to bottom for vertical orientation) and it crosses the location of main Thumb, then main Thumb is moved as well.
Remarks
That has effect only when EnableSecondaryValue property of WebSlider is enabled.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also