CReBarCtrl::GetRowHeight
Win32 메시지의 동작을 구현 RB_GETROWHEIGHT에 설명 된 대로, 여 Windows SDK.
UINT GetRowHeight(
UINT uRow
) const;
매개 변수
- uRow
인덱스의 밴드의 높이 검색 해야 합니다.
반환 값
A UINT 행 높이 픽셀 단위로 나타내는 값입니다.
예제
int nCount = m_wndReBar.GetReBarCtrl().GetRowCount();
for (int i = 0; i < nCount; i++)
{
UINT nHeight = m_wndReBar.GetReBarCtrl().GetRowHeight(i);
CString msg;
msg.Format(_T("Height of row %d is %u"), i, nHeight);
AfxMessageBox(msg);
}
요구 사항
헤더: afxcmn.h