Sets a value indicating where tick marks appear in a trackbar.
public void setTickStyle( int value )
value
An integer that indicates whether tick marks appear at the top (or left) of the trackbar, at the bottom (or right) of the trackbar, on both sides of the trackbar, or not at all. Possible values are constants defined in the TickStyle class. The default value is TickStyle.BOTTOMRIGHT.
WFCInvalidEnumException thrown if the specified value is not a valid TickStyle constant.
See Also getTickStyle