Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The following table shows the rebar controls notifications, with a description of the purpose of each.

Programming element Description

RBN_AUTOSIZE

This message is sent to the parent by a rebar control created with the RBS_AUTOSIZE style when the rebar automatically resizes itself.

RBN_BEGINDRAG

This message is sent by a rebar control when the user begins dragging a band. .

RBN_ENDDRAG

This message is sent by a rebar control when the user stops dragging a band.

RBN_HEIGHTCHANGE

This message is sent by a rebar control when its height has changed.

RBN_LAYOUTCHANGED

This message is sent by a rebar control when you change the layout of the control's bands.

See Also