RB_SHOWBANDRB_SHOWBAND*
*Contents  *Index  *Topic Contents
*Previous Topic: RB_SETUNICODEFORMAT
*Next Topic: RB_SIZETORECT

RB_SHOWBAND


RB_SHOWBAND
    wParam = (WPARAM)(INT) iBand;
    lParam = (LPARAM)(BOOL) fShow;

Shows or hides a given band in a rebar control.

iBand
Zero-based index of a band in the rebar control.
fShow
Boolean value that indicates if the band should be shown or hidden. If this value is nonzero, the band will be shown. Otherwise, the band will be hidden.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.