Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::SetTabFieldSeparator

Sets the vertical separator line status of a tabulator field.

void SetTabFieldSeparator (
    short               tabIndex,
    bool                hasSeparator
);

Parameters

tabIndex
1-based index of the tabulator field.
hasSeparator
If this flag is set, a vertical separator line is drawn at the right edge of the tabulator field in each list box item.

Description

The separator line color can be set or modified by the SetSeparatorLineColor method.