Share via


RB_SHOWBAND (Windows Embedded CE 6.0)

1/6/2010

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

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 Value

Nonzero indicates success. Zero indicates otherwise.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later

See Also

Reference

Rebar Controls Messages