Rebar Styles (Windows CE 5.0)

Send Feedback

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

Rebar style Description
CCS_VERT Causes the control to appear vertically at the left side of the parent window.
RBBS_NOGRIPPER Creates a rebar band that displays no gripper. This style applies to individual bands, not to the entire rebar. Windows CE is the only Windows-based OS that supports the RBBS_NOGRIPPER style for rebar controls.
RBS_AUTOSIZE Specifies that the layout of a band will automatically change when the size or position of its control changes. When the layout changes, the control sends an RBN_AUTOSIZE notification.
RBS_BANDBORDERS Displays narrow lines to separate adjacent bands.
RBS_FIXEDORDER Displays multiple bands in the same order at all times. A user can move bands to different rows, but the band order is static.
RBS_SMARTLABELS Displays the icon for a band that has an icon only when the band is minimized. If a band has a text label, the label is displayed only when the band is in its restored state or in its maximized state.

Windows CE is the only Windows-based OS that supports the RBS_SMARTLABELS style for rebar controls.

RBS_VARHEIGHT Displays a band at the minimum required height, when possible. Without this style, the command bands control displays all bands at the same height, using the height of the tallest visible band to determine the height of other bands.
RBS_VERTICALGRIPPER Displays the size grip vertically, instead of horizontally, in a vertical command bands control. This style is ignored for command bands controls that do not have the CCS_VERT style.

See Also

Control Styles | Window and Message Box Styles

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.