RB_SHOWBAND (Windows CE 5.0)
This message shows or hides a specified band in a rebar control.
RB_SHOWBAND wParam = (WPARAM)(INT)iBand;lParam = (LPARAM)(BOOL)fShow;
Parameters
- iBand
Zero-based index of a band in the rebar control. - fShow
Boolean that indicates if the band should be shown or hidden. If this value is nonzero, the band is shown. Otherwise, the band is hidden.
Return Values
Nonzero indicates success. Zero indicates otherwise.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
Send Feedback on this topic to the authors