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?
Asked
Active
Viewed 68 times
1 Answers
0
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.

greg-449
- 109,219
- 232
- 102
- 145
-
Alternatively, you can disable or hide the contents of the tab. – Rüdiger Herrmann Sep 14 '17 at 11:40
-
What do you mean by disable to content of the tab?Could you please elaborate. I need to make inactive only the CTabItem, not the CTabFolder. – user3914897 Sep 14 '17 at 14:49