Version

SliderThumbInteractionMode Enumeration

An Enum that describes the interaction between sliders
Syntax
'Declaration
 
Public Enum SliderThumbInteractionMode 
   Inherits System.Enum
public enum SliderThumbInteractionMode : System.Enum 
Members
MemberDescription
FreeWhen the thumb in free state is not active and active thumb interacts with it there is no special interaction between both thumbs.
LockWhen the locked thumb is not active and active thumb interacts with the locked thumb it is not possible to pass through this thumb
PushWhen the thumb in push state is not active and active thumb interacts with it the position of the thumb in push mode will be changed to position of the active thumb
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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