TabControl::SetItemStatus
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