RB_MAXIMIZEBANDRB_MAXIMIZEBAND*
*Contents  *Index  *Topic Contents
*Previous Topic: RB_INSERTBAND
*Next Topic: RB_MINIMIZEBAND

RB_MAXIMIZEBAND


RB_MAXIMIZEBAND
    wParam = (WPARAM)(UINT) uBand;
    lParam = (LPARAM)(BOOL) fIdeal;

Resizes a band in a rebar control to either its ideal or largest size.

uBand
Zero-based index of the band to be maximized.
fIdeal
Indicates if the ideal width of the band should be used when the band is maximized. If this value is nonzero, the ideal width will be used. If this value is zero, the band will be made as large as possible.

Version 4.71


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