CTreeCtrl::GetItemHeight
Questa funzione membro implementa il comportamento di messaggi Win32 TVM_GETITEMHEIGHT, come descritto in Windows SDK.
SHORT GetItemHeight( ) const;
Valore restituito
L'altezza dell'elemento, in pixel.
Esempio
// Double the height of the items.
SHORT sHeight = m_TreeCtrl.GetItemHeight();
m_TreeCtrl.SetItemHeight(2 * sHeight);
Requisiti
Header: afxcmn.h