Graphisoft®

Dialog ManagerVersion: 2.0

NormalTab::NormalTab

Class constructor.

NormalTab (
    const Panel &       panel,
    short               item
);

Constructs the tab control control from resource.

NormalTab (
    const Panel &       panel,
    const Rect &        rect
);

Constructs the tab control with the given rectangle.

Parameters

panel
A reference to the parent panel of the tab control.
item
The item ID of the tab control.
rect
A reference to the bounding rectangle of the tab control.