.NET Windows Forms in a Nutshell
This enumeration is used by the TrackBar.TickStyle property to place the tickmarks on the TrackBar control. public enum TickStyle { None = 0 , TopLeft = 1 , BottomRight = 2 , Both = 3 } Hierarchy
System.Object Returned By
TrackBar.TickStyle Passed To
TrackBar.TickStyle |