CTreeCtrl::GetItemHeight
Členské funkce implementuje chování zprávy Win32 TVM_GETITEMHEIGHT, jak je popsáno v .
SHORT GetItemHeight( ) const;
Vrácená hodnota
Výška položky v pixelech.
Příklad
// Double the height of the items.
SHORT sHeight = m_TreeCtrl.GetItemHeight();
m_TreeCtrl.SetItemHeight(2 * sHeight);
Požadavky
Záhlaví: afxcmn.h