Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TabControl Prevent Tab Change
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01477227
Message ID:
01477242
Vues:
41
>I'm working on a WinForms app in C#.
>
>How can I prevent the user from changing tabs?

Put code in the TabControl.SelectedIndexChanged event to set the page you want to lock on to:
TheTabControl.SelectedTab = NameOfPage
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform