Trackbar Control Styles

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The following table shows the styles that are supported by Windows Embedded CE.

Trackbar control style Description

TBS_AUTOTICKS

The trackbar control will have a tick mark for each increment in its range of values.

TBS_BOTH

The trackbar control will display tick marks on both sides of the control. This will be both top and bottom when used with TBS_HORZ or both left and right if used with TBS_VERT.

TBS_BOTTOM

The trackbar control will display tick marks below the control. This style is only valid with TBS_HORZ.

TBS_DOWNISLEFT

By default, the trackbar control uses down equal to right and up equal to left. This style is used to reverse the default, making down equal left and up equal right.

TBS_ENABLESELRANGE

The trackbar control can display a selection range only. The tick marks at the starting and ending positions of a selection range are displayed as triangles (instead of vertical dashes), and the selection range is highlighted.

TBS_FIXEDLENGTH

The trackbar control allows the size of the slider to be changed with the TBM_SETTHUMBLENGTH message.

TBS_HORZ

The trackbar control will be oriented horizontally. This is the default orientation.

TBS_LEFT

The trackbar control will display tick marks to the left of the control. This style is only valid with TBS_VERT.

TBS_NOTHUMB

The trackbar control does not display a slider.

TBS_NOTICKS

The trackbar control will not display any tick marks.

TBS_RIGHT

The trackbar control will display tick marks to the right of the control. This style is only valid with TBS_VERT.

TBS_TOP

The trackbar control will display tick marks above the control. This style is only valid with TBS_HORZ.

TBS_VERT

The trackbar control will be oriented vertically.

See Also

Reference

Trackbar Controls Reference

Concepts

Control Styles
Window and Message Box Styles