CReBarCtrl::GetRowCount
Implementa o comportamento de mensagem RB_GETROWCOUNTWin32, como descrito em Windows SDK.
UINT GetRowCount( ) const;
Valor de retorno
Um valor de UINT que representa o número de faixa linhas no controle.
Exemplo
UINT nRowCount = m_wndReBar.GetReBarCtrl().GetRowCount();
CString msg;
msg.Format(_T("Row Count is %d"), nRowCount);
AfxMessageBox(msg);
Requisitos
Cabeçalho: afxcmn.h