Microsoft Webcontrol

P

powerranger

I have a tab control with 4 tabs on my web form. I'd like to know if
it is possible to manipulate the tabs themselves. For instance, is
there a way to set tabs 2 thru 4 disabled at runtime and set tab1 to
be enabled only? Thanks.
 
I

Ignacio Martinez

Dim i as integer
For i = 1 to Tabstrip1.items.count -1
Tabstrip1.items(i).enabled = false
Next

I don't know if that's what you're looking for.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top