CReBarCtrl::GetRowCount
Win32 메시지의 동작을 구현 RB_GETROWCOUNT에 설명 된 대로, 여 Windows SDK.
UINT GetRowCount( ) const;
반환 값
A UINT 컨트롤에서 밴드 행 개수를 나타내는 값입니다.
예제
UINT nRowCount = m_wndReBar.GetReBarCtrl().GetRowCount();
CString msg;
msg.Format(_T("Row Count is %d"), nRowCount);
AfxMessageBox(msg);
요구 사항
헤더: afxcmn.h