CReBarCtrl::DeleteBand
Implementa o comportamento de mensagem RB_DELETEBANDWin32, como descrito em Windows SDK.
BOOL DeleteBand(
UINT uBand
);
Parâmetros
- uBand
Índice com base zero de faixa a ser excluído.
Valor de retorno
Diferente de zero se a faixa excluído com êxito; se não zero.
Exemplo
UINT nCount = m_wndReBar.GetReBarCtrl().GetBandCount();
if (nCount > 0)
m_wndReBar.GetReBarCtrl().DeleteBand(nCount - 1);
Requisitos
Cabeçalho: afxcmn.h