LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Disabling Tabs on Tab Control

Is it possible to disable a tab in a tab control. I have created a tab control and would like to have it so the user cannot select one of the options if a condition is not met.
0 Kudos
Message 1 of 3
(2,879 Views)
Yes it is.

You have to take the Pages property of the tab. This is an array containing the references to each individual page. With these references you can change the page state.

See attached example.
Message 2 of 3
(2,880 Views)
Thanks very much for your reply, this is exactly what I was looking for.
0 Kudos
Message 3 of 3
(2,879 Views)