다음을 통해 공유


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

참고 항목

참조

CReBarCtrl 클래스

계층 구조 차트

CReBarCtrl::GetRowHeight