Getting Started with WinForms TabbedForm
This topic will walk you through the creating process of RadTabbedForm.
1. Create a blank new Telerik Winforms application using the standard template
2. Add a new Tabbed form from Visual Studio. Go to Project -> Add Windows Form and then select TabbedForm
3. Add some tabs from the Smart Tag
4. Go to the Program.cs and change the startup form
In VB.NET this can be done from the project properties
5. Start the application