Graphisoft®

Dialog ManagerVersion: 2.0

TabPage::TabPage

Class constructor.

TabPage (
    const TabControl &  tabControl,
    short               tabItem,
    short               resId
);

Constructs the tab page from resource.

TabPage (
    const TabControl &  tabControl,
    short               tabItem,
    short               width,
    short               height
);

Constructs the tab page with the specified width and height parameters.

Parameters

tabControl
A reference to a tab control. The constructed tab page will be assigned to an item of this tab control.
tabItem
1-based index of the tab control item to which the tab page will be assigned.
resId
Resource ID of the tab page.
width
Width of the tab page.
height
Height of the tab page.