Share via


RB_MAXIMIZEBAND

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

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 Value

The return value is not used.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later