'Declaration Public Enum TrackBarButtonLocation Inherits System.Enum
public enum TrackBarButtonLocation : System.Enum
Member | Description |
---|---|
Default | Buttons are placed in the default location, which is dependant on the ViewStyle. |
Far | Buttons are placed on the MaxValue side of the TrackBar. |
Near | Buttons are placed on the MinValue side of the TrackBar. |
Split | Buttons that decrement the value will be placed on the MinValue side while buttons that increment the value will be placed on the MaxValue side. |
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