TickStyle Enum

Definition

Specifies the location of tick marks in a TrackBar control.

public enum class TickStyle
public enum TickStyle
type TickStyle = 
Public Enum TickStyle
Inheritance
TickStyle

Fields

Both 3

Tick marks are located on both sides of the control.

BottomRight 2

Tick marks are located on the bottom of a horizontal control or on the right side of a vertical control.

None 0

No tick marks appear in the control.

TopLeft 1

Tick marks are located on the top of a horizontal control or on the left of a vertical control.

Remarks

Use the members of this enumeration to set the value of the TickStyle property of the TrackBar control.

Applies to

See also