CReBarCtrl::MaximizeBand

void MaximizeBand( UINT uBand );

Parameters

uBand

Zero-based index of the band to be maximized.

Remarks

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

Example

UINT nCount = m_pReBarCtrl->GetBandCount();

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

CReBarCtrl OverviewClass MembersHierarchy Chart

See Also   CReBarCtrl::MinimizeBand