Graphisoft®

Dialog ManagerVersion: 2.0

SimpleTab::SimpleTab

Class constructor.

SimpleTab (
    const Panel &       panel,
    short               item
);

Constructs the simple tab control from resource.

SimpleTab (
    const Panel &       panel,
    const Rect &        rect,
    FrameType           frame = NoFrame
);

Constructs the simple tab control from the given parameters.

Parameters

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