Partilhar via


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

Consulte também

Referência

Classe CTreeCtrl

Gráfico de hierarquia

CTreeCtrl::SetIndent

Outros recursos

CTreeCtrl membros