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
Send Feedback on this topic to the authors