Is there a way to make CTabItem not accessible by the user?

73 views Asked by At

I am using CTabItem to make selectable interfaces. I need one tab to be unavailable for the user until some other events, but I cannot figure out a way (as I don't see such methods in the documentation. Any hints on how to do that?

1

There are 1 answers

2
greg-449 On

There is no way to disable an existing CTabItem.

You can add additional tabs to the tab folder after it has been created and shown so you could delay adding the tab until the event happens.