Contents Index Topic Contents | ||
Previous Topic: RB_IDTOINDEX Next Topic: RB_MAXIMIZEBAND |
RB_INSERTBAND
RB_INSERTBAND wParam = (WPARAM)(UINT) uIndex; lParam = (LPARAM)(LPREBARBANDINFO) lprbbi;Inserts a new band in a rebar control.
- Returns nonzero if successful, or zero otherwise.
- uIndex
- Zero-based index of the location where the band will be inserted. If you set this parameter to -1, the control will add the new band at the last location.
- lprbbi
- Address of a REBARBANDINFO structure that defines the band to be inserted. You must set the cbSize member of this structure to sizeof(REBARBANDINFO) before sending this message.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.