次の方法で共有


CReBarCtrl::GetRowCount

更新 : 2007 年 11 月

Windows SDK に記述されている Win32 メッセージ RB_GETROWCOUNT の動作を実装します。

UINT GetRowCount( ) const;

戻り値

コントロールのバンド行数を表す UINT 値を返します。

使用例

UINT nRowCount = m_wndReBar.GetReBarCtrl().GetRowCount();
CString msg;
msg.Format(_T("Row Count is %d"), nRowCount);
AfxMessageBox(msg);   

必要条件

ヘッダー : afxcmn.h

参照

参照

CReBarCtrl クラス

階層図

CReBarCtrl::GetRowHeight

その他の技術情報

CReBarCtrl のメンバ