Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::SetHeaderItemFont

Sets the font of a header item in the list box control.

void SetHeaderItemFont (
    short               headerItem,
    DG::Font::Size &    size,
    DG::Font::Style &   style
);

Parameters

headerItem
1-based index of the header item.
size
The new font size of the header item text.
style
The new font style of the header item text.

Description

If the isSynchron state is set to true on the list box header, the font style and size of the header items are synchronized with the corresponding tabulator fields automatically, otherwise they should be handled independently by the application. Use SetHeaderSynchronState to change the synchron state of the header.