Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::SetItemFontStyle

Sets the font style of a list box item.

void SetItemFontStyle (
    short               listItem,
    Font::Style         style
);

Parameters

listItem
1-based index of the list box item to be modified, TopItem or BottomItem of Item type specifies the first or last item of the list box control. Use AllItems of Item type to modify all items.
style
The new font style of the list box item.