TabControl is a .NET control with multiple tabs. The control is based on PagedControl.
The control has full designer support for adding/removing tabs and dragging child controls. It is also possible to programmatically add/remove pages by using the Tabs
property of the control.
If you are using NuGet you can install the assembly with:
PM> Install-Package TabControl
Please see: https://oozcitak.github.io/TabControl/ and https://oozcitak.github.io/PagedControl/