PDA

Click to See Complete Forum and Search --> : Disable TabStrip


kisijo
Jan 11th, 2000, 06:11 AM
I have a tabstrip on a form with 4 tabs showing, what i am after is when one tab is clicked the other 3 are locked and the caption is disabled (Greyed out). I am able to lock the other tabs but is it possible to disable the captions on the locked tabs

Thankyou for any help
Simon

Mark Sreeves
Jan 11th, 2000, 03:01 PM
I'm slightly puzzled.
what do you mean by disabling the caption and how are you locking the tabs?

doesn't SSTab1.TabEnabled(1) = False to what you want?

------------------
Mark Sreeves
Analyst Programmer

Mark.Sreeves@Softlab.co.uk
A BMW Group Company

kisijo
Jan 12th, 2000, 04:09 AM
Yes that stops another tab being selected but i also want the caption on the other tabs to be greyed out to show that they cannot be used, the same as when a command button is made disabled the caption turns grey to show it.

Thanks i hope this helps
Simon