CReBarCtrl::MinimizeBand
Resizes a band in a rebar control to its smallest size.
void MinimizeBand(
UINT uBand
);
Parameters
- uBand
Zero-based index of the band to be minimized.
Remarks
Implements the behavior of the Win32 message RB_MINIMIZEBAND, as described in the Windows SDK.
Example
CReBarCtrl& refReBarCtrl = m_wndReBar.GetReBarCtrl();
UINT nCount = refReBarCtrl.GetBandCount();
for (UINT i = 0; i < nCount; i++)
refReBarCtrl.MinimizeBand(i);
Requirements
Header: afxcmn.h