CTreeCtrl::GetIndent
크기, 픽셀에서 자식 항목 들여쓰기를 기준으로 해당 상위 항목을 검색 하려면이 함수를 호출 합니다.
UINT GetIndent( ) const;
반환 값
들여쓰기 크기를 픽셀 단위로 측정 합니다.
예제
// Double the indent.
UINT uIndent = m_TreeCtrl.GetIndent();
m_TreeCtrl.SetIndent(2 * uIndent);
요구 사항
헤더: afxcmn.h