Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::Justification Enum

The justification of the list box items.

enum Justification
{
    Left =  DG_IS_LEFT,
    Center =  DG_IS_CENTER,
    Right =  DG_IS_RIGHT,
    DefaultJust =  DG_IS_DEFAULT
};

Value Definitions

Left
The items will be justified to the left.
Center
The items will be justified to the center.
Right
The items will be justified to the right.
DefaultJust
Default justification: the items will be justified to the left.