CTreeCtrl::GetIndent

子項目が親アイテムに関連することインデント サイズ (ピクセル単位) を取得するには、この関数を呼び出します。

UINT GetIndent( ) const;

戻り値

ピクセル単位のインデントの量。

使用例

// Double the indent.
UINT uIndent = m_TreeCtrl.GetIndent();
m_TreeCtrl.SetIndent(2 * uIndent);

必要条件

ヘッダー: afxcmn.h

参照

関連項目

CTreeCtrl クラス

階層図

CTreeCtrl::SetIndent