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 -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -