CReBarCtrl::GetRowHeight
Implementuje zachowanie komunikatu Win32 RB_GETROWHEIGHT, jak opisano w Windows SDK.
UINT GetRowHeight(
UINT uRow
) const;
Parametry
- uRow
Indeks zespół będzie jej wysokość pobierane od zera.
Wartość zwracana
A UINT wartość, która reprezentuje wysokooć wiersza w pikselach.
Przykład
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);
}
Wymagania
Nagłówek: afxcmn.h