RB_SHOWBAND

This message shows or hides a specified band in a rebar control.

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later

Syntax

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.