Graphisoft®

Dialog ManagerVersion: 2.0

SingleSelListView::SingleSelListView

Class constructor.

SingleSelListView (
    const Panel &       panel,
    short               item
);

Constructs the single selection list view control from resource.

SingleSelListView (
    const Panel &       panel,
    const Rect &        rect,
    ViewMode            mode = BottomText
);

Constructs the single selection list view control with the given parameters.

Parameters

panel
The parent panel of the list view control.
item
The item ID of the list view control.
rect
A reference to the bounding rectangle of the list view control.
mode
The view mode of the list view control.