CReBarCtrl::MinimizeBand
Redimensionar uma faixa em um controle rebar ao seu tamanho menor.
void MinimizeBand(
UINT uBand
);
Parâmetros
- uBand
Índice com base zero de faixa a ser minimizada.
Comentários
Implementa o comportamento de mensagem RB_MINIMIZEBANDWin32, como descrito em Windows SDK.
Exemplo
CReBarCtrl& refReBarCtrl = m_wndReBar.GetReBarCtrl();
UINT nCount = refReBarCtrl.GetBandCount();
for (UINT i = 0; i < nCount; i++)
refReBarCtrl.MinimizeBand(i);
Requisitos
Cabeçalho: afxcmn.h