Version

TrackClickAction Enumeration

An enumeration for specifying how the TrackBar should adjust the value when the user clicks on the track area outside of the Thumb.
Syntax
'Declaration
 
Public Enum TrackClickAction 
   Inherits System.Enum
public enum TrackClickAction : System.Enum 
Members
MemberDescription
DefaultThe default action should be taken, based on the ViewStyle.
SetValueThe TrackBar should adjust to the value closest to where the user clicked.
UseLargeChangeThe TrackBar should increment or decrement the value based on the LargeChange property.
UseSmallChangeThe TrackBar should increment or decrement the value based on the SmallChange property.
Requirements

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