Overview | Methods | This Package | All Packages
Sets a value indicating where tick marks appear in a trackbar.
Syntax
public void setTickStyle( int value )
Parameters
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.
Exceptions
WFCInvalidEnumException thrown if the specified value is not a valid TickStyle constant.
See Also getTickStyle