How can I make a tab on a tabstrip during RT visible/not visible?
Printable View
How can I make a tab on a tabstrip during RT visible/not visible?
Please explain u r question little bit??Quote:
Originally posted by Bongo
How can I make a tab on a tabstrip during RT visible/not visible?
I have a tabstrip with n tabs
during the lifetime of the app certain tabs have to be
visible or not depending on the condition.
Normaly I would use tabstrip.tabs(index).visible= whatever
but I can not find this property
Try,
tabmyTab.TabVisible(tabIndex) = False
if you are using MS Tabbed dialog control 6.0
I don't think you can because i too have been trying to find out how to do this.
If you ever do work it out please post so the rest of us know too.
Thanks in advance.
<This is for the TabStrip, not the MS Tabbed Dialog Control>
SAS-Trooper,
It looks like you are right (Tabstrip) - therefore back to MS Tabbed Dialog Control.
Thanks all