Graphisoft®

Dialog ManagerVersion: 2.0

TabControl::SetItemStatus

Sets the enabled/disabled status of a tab control item.

void SetItemStatus (
    short               tabItem,
    bool                enable
);

Parameters

tabItem
1-based index of the tab control item.
enable
The enabled status of the tab control item:
Value Meaning
true The item is enabled
false The item is disabled