CReBarCtrl::GetRowCount
實作 Win32 訊息 RB_GETROWCOUNT的行為 Windows SDK,如中所述。
UINT GetRowCount( ) const;
傳回值
表示群組列的數字的值 UINT 在控制項標題列。
範例
UINT nRowCount = m_wndReBar.GetReBarCtrl().GetRowCount();
CString msg;
msg.Format(_T("Row Count is %d"), nRowCount);
AfxMessageBox(msg);
需求
Header: afxcmn.h