Specifies the location of tick marks in a TrackBar control.
[Visual Basic] Public Enum TickStyle [C#] public enum TickStyle [C++] public enum TickStyle
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Use the members of this enumeration to set the value of the TickStyle property of the TrackBar control.
Member Name | Description |
---|---|
Both | Tick marks are located on both sides of the control. |
BottomRight | Tick marks are located on the bottom of a horizontal control or on the right side of a vertical control. |
None | No tick marks appear in the control. |
TopLeft | Tick marks are located on the top of horizontal control or on the left of a vertical control. |
Namespace: System.WinForms
Assembly: System.WinForms.dll