Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::GetItemFontStyle

Retrieves the font style of a list box item.

Font::Style GetItemFontStyle (short listItem) const;

Parameters

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

Return Value

The font style of the specified list box item. If the list box parameters are incorrect or the specified list item is a separator, Font::Plain is returned.