Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Implements the behavior of the Win32 message RB_GETROWCOUNT, as described in the Windows SDK.
UINT GetRowCount( ) const;
Return Value
A UINT value that represents the number of band rows in the control.
Example
UINT nRowCount = m_wndReBar.GetReBarCtrl().GetRowCount();
CString msg;
msg.Format(_T("Row Count is %d"), nRowCount);
AfxMessageBox(msg);
Requirements
Header: afxcmn.h