Microsoft SDK for Java

TrackBar.getTickStyle

Retrieves a value indicating where tick marks appear in a trackbar.

Syntax

public int getTickStyle()

Return Value

Returns 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 return values are constants defined in the TickStyle class.

See Also   setTickStyle

© 1999 Microsoft Corporation. All rights reserved. Terms of use.