how to change the name of the tabcontrol

前端 未结 3 1444
[愿得一人]
[愿得一人] 2021-02-05 01:53

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.

3条回答
  •  迷失自我
    2021-02-05 01:58

    A lazy way to do it without code:

    • Select the tab control

    • Go to properties, use F4 to do so
    • Select TabPages property, use F4 to do so
    • Click the ... after the (Collection).

    • Edit the name and any tabPage properties associated with it.

提交回复
热议问题