CReBarCtrl::MinimizeBand

void MinimizeBand( UINT uBand );

Parameters

uBand

Zero-based index of the band to be minimized.

Remarks

This member function implements the behavior of the Win32 message RB_MINIMIZEBAND, as described in the Platform SDK.

Example

UINT nCount = m_pReBarCtrl->GetBandCount();

for (UINT i=0; i<nCount; i++)
   m_pReBarCtrl->MinimizeBand(i);

CReBarCtrl OverviewClass MembersHierarchy Chart

See Also   CReBarCtrl::MaximizeBand