CTreeCtrl::GetItemHeight
このメンバー関数は 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