RB_MAXIMIZEBAND (Windows Embedded CE 6.0)
1/6/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 |