RB_MAXIMIZEBAND

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

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later

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 Values

The return value is not used.