how to change the name of the tabcontrol

Viewed 91646

I am using a Tab Control in a C# WinForms application. I want to change the title of the tabs. By default they are tabPage1, tabPage2, etc.

enter image description here

3 Answers
Related