CTreeCtrl::GetIndent
telefonar Esta função para recuperar o valor, em pixels, que os itens filhos são recuados em relação a seus itens pai.
UINT GetIndent( ) const;
Valor de retorno
A quantidade de recuo é medido em pixels.
Exemplo
// Double the indent.
UINT uIndent = m_TreeCtrl.GetIndent();
m_TreeCtrl.SetIndent(2 * uIndent);
Requisitos
Cabeçalho: afxcmn.h