Version

TrackBarViewStyle Enumeration

An enumeration for specifying the default appearance and behavior of a TrackBar.
Syntax
'Declaration
 
Public Enum TrackBarViewStyle 
   Inherits System.Enum
public enum TrackBarViewStyle : System.Enum 
Members
MemberDescription
DefaultThe TrackBar will be rendered with the default appearance and behavior.
Office2007The TrackBar will be rendered similarly to the TrackBar seen in the StatusBar in Office2007. The increment buttons are shown by default but no tickmarks are visible.
StandardThe TrackBar will have the default appearances of a .NET TrackBar. No buttons are visible by default and tickmarks will be shown.
VistaThe TrackBar will be rendered similarly to the TrackBar see in the Explorer window of Windows Vista. No tickmarks or buttons are shown by default.
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