winforms - How to make a tab's name editable in C#? -


Then I have some tabs in the form, and I want to work it this way:

When you click on the tab name, it becomes editable, and when I stop editing it stays with the new name.

How do I do this with C # and winforms?

You can dynamically create a text box and put it on the tab area so that the user It seems that they are editing the tab directly when the text box loses focus then you can put the typed value in the tab property.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -