CTreeCtrl::GetIndent
Chamar essa função para recuperar a quantidade, em pixels, dos itens filhos são recuados relativo a seu pai itens.
UINT GetIndent( ) const;
Valor de retorno
A quantidade de recuo medida em pixels.
Exemplo
// Double the indent.
UINT uIndent = m_TreeCtrl.GetIndent();
m_TreeCtrl.SetIndent(2 * uIndent);
Requisitos
Cabeçalho: afxcmn.h