Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TabControl Prevent Tab Change
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01477227
Message ID:
01477242
Views:
40
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform