CListBox::GetItemHeight

int GetItemHeight( int nIndex ) const;

Return Value

The height, in pixels, of the items in the list box. If the list box has the LBS_OWNERDRAWVARIABLE style, the return value is the height of the item specified by nIndex. If an error occurs, the return value is LB_ERR.

Parameters

nIndex

Specifies the zero-based index of the item in the list box. This parameter is used only if the list box has the LBS_OWNERDRAWVARIABLE style; otherwise, it should be set to 0.

Remarks

An application calls the GetItemHeight member function to determine the height of items in a list box.

CListBox OverviewClass MembersHierarchy Chart

See Also   LB_GETITEMHEIGHT, CListBox::SetItemHeight