RB_MAXIMIZEBAND (Windows CE 5.0)

Send Feedback

This message resizes a band in a rebar control to its ideal or largest size.

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

Parameters

  • uBand
    Zero-based index of the band to be maximized.
  • fIdeal
    Boolean that specifies whether the ideal width of the band should be used when the band is maximized. If this value is nonzero, the ideal width is used. If this value is zero, the band is made as large as possible.

Return Values

The return value is not used.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.