CTreeCtrl::GetItemHeight
更新 : 2007 年 11 月
このメンバ関数は、Windows SDK に記述されている Win32 メッセージ TVM_GETITEMHEIGHT の動作を実装します。
SHORT GetItemHeight( ) const;
戻り値
アイテムの高さ (ピクセル単位) を返します。
使用例
// Double the height of the items.
SHORT sHeight = m_TreeCtrl.GetItemHeight();
m_TreeCtrl.SetItemHeight(2 * sHeight);
必要条件
ヘッダー : afxcmn.h