06-01-2017 06:16 AM
Hello,
Is there a way to hide and display the entire tab control not the specific page .
Thanks in advance
06-01-2017 06:32 AM - edited 06-01-2017 06:33 AM
Like any other control: to hide it call SetCtrlAttribute (..., ..., ATTR_VISIBLE, 0);
Pass 1 as the lasta parameter to display it.
06-01-2017 06:40 AM
Thanks