CTreeCtrl::GetIndent
更新 : 2007 年 11 月
子アイテムがその親アイテムに相対的にインデントされるときのインデント量をピクセル単位で取得します。
UINT GetIndent( ) const;
戻り値
ピクセル単位でのインデントの量を返します。
使用例
// Double the indent.
UINT uIndent = m_TreeCtrl.GetIndent();
m_TreeCtrl.SetIndent(2 * uIndent);
必要条件
ヘッダー : afxcmn.h