Version

TrackBarButtonLocation Enumeration

An enumeration for specifying where buttons on a TrackBar are positioned, relative to the track area.
Syntax
'Declaration
 
Public Enum TrackBarButtonLocation 
   Inherits System.Enum
public enum TrackBarButtonLocation : System.Enum 
Members
MemberDescription
DefaultButtons are placed in the default location, which is dependant on the ViewStyle.
FarButtons are placed on the MaxValue side of the TrackBar.
NearButtons are placed on the MinValue side of the TrackBar.
SplitButtons that decrement the value will be placed on the MinValue side while buttons that increment the value will be placed on the MaxValue side.
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