Graphisoft®

Dialog ManagerVersion: 2.0

ListView::GetItemFontStyle

Retrieves the font style of a list view item.

Font::Style GetItemFontStyle (short listItem) const;

Parameters

listItem
1-based index of the list view item, use TopItem or BottomItem of Item type to specify the first or last item of the list view control.

Return Value

The font style of the specified list view item. If the parameters are incorrect Font::Plain is returned.