CReBarCtrl::GetRowCount
Implementa il comportamento di messaggi Win32 RB_GETROWCOUNT, come descritto in Windows SDK.
UINT GetRowCount( ) const;
Valore restituito
Un valore uint che rappresenta il numero di banda righe nel controllo.
Esempio
UINT nRowCount = m_wndReBar.GetReBarCtrl().GetRowCount();
CString msg;
msg.Format(_T("Row Count is %d"), nRowCount);
AfxMessageBox(msg);
Requisiti
Header: afxcmn.h