LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Tab Control

Hello,

Is there a way to hide and display the entire tab control not the specific page .

Thanks in advance 

0 Kudos
Message 1 of 3
(2,309 Views)

Like any other control: to hide it call SetCtrlAttribute (..., ..., ATTR_VISIBLE, 0);

Pass 1 as the lasta parameter to display it.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(2,293 Views)

Thanks 

0 Kudos
Message 3 of 3
(2,290 Views)