Editable TabPage title

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I allow a person to change the name displayed at the top of the page?
For example a TabPage title is Poeple and the user wants to change it to
People. How would i do that? Thanks in advance!
 
Add some code in the double click event. You will have to figure out exactly
how you want to take the user info in.
 
I don't understand what it is that you want to do. A TabPage is a
particular control on a form. Do you mean that you want to allow the
user to change the text shown on the tab? Or do you mean that you want
to allow the user to change the text in the title bar of the form ("at
the top of the page")?

Could you give more details?
 
Back
Top